-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combinator to insert comment would be useful. #93
Comments
+1 Useful for adding copyright or version information. |
The functions +textComment :: Text -> Markup
+lazyTextComment :: LT.Text -> Markup
+stringComment :: String -> Markup
+unsafeByteStringComment :: ByteString -> Markup
+unsafeLazyByteStringComment :: BL.ByteString -> Markup are available in |
Is this still going, @cliffordbeshers? |
No, I don't even remember the question.
…On Thu, Mar 29, 2018 at 7:32 PM, Wisnu Adi Nurcahyo < ***@***.***> wrote:
Is this still going, @cliffordbeshers <https://github.com/cliffordbeshers>
?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAySbFZQjjCJe8GMok0SVsefUyfZ3FaYks5tjZkwgaJpZM4DImhr>
.
|
Well, it is years ago. You or @jaspervdj may close this so Hakyll issues will be resolved one by one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes browser plugins insert elements into the DOM. I have found it useful to insert markers that show the beginning and ending of my elements. I have been using fake tags, but they cause errors, so I decided to switch to actual comments. Unfortunately, I found no combinator to create them. Is that an oversight?
The text was updated successfully, but these errors were encountered: