-
Notifications
You must be signed in to change notification settings - Fork 436
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
Suggestion: Comments extra #268
Comments
Interesting thought. Sounds useful. What happens currently if you toss html style comments in and convert? Assuming they're transformed into something. My first concern is whether the |
I recommend skipping past my verbose reasoning and going to what I propose at the bottom. Fine! Read it! Now, onto which character we use. A nicer idea, whether you agree that " Well, whatever it is... how do we use it? We could take inspiration from headers where they say that one character is a strong heading and two is a weaker one, so for comments that makes
Is how we put comments in code, usually.
Is reminiscent of the use of asterisks for emphasis that we have already! Then just change the number of question marks to say whether you omit them from the HTML output or change them to Also, in regards to using (I'm tired and probably have a huge hole in what I said, but it works in my brain. Trust me!) RIGHT! Summary. A fully omitted comment is indicated by a question mark. Such that:
...Uh, talks about itself correctly? I also propose that we allow markdown formatting within the double ('cause singles don't exist in the output, remember?) comments. Backslash escapes have no reason to stop working in there, so it's the phew |
(Forgive me if one isn't supposed to put suggestions in issues. Also, forgive me if the metadata extra does this. I thought it did at first but it confused me in such a way that I'm pretty sure it doesn't.)
I suggest a new extra,
comments
. When used, text surrounded by~
's then only exists in the output HTML file as being within an HTML comment. You know,<!-- these guys? -->
.Perhaps if there are two tildes surrounding the text then it is removed from the output completely. Like comments for C source code.
Thanks for reading.
The text was updated successfully, but these errors were encountered: