RFC/Poll: How should hsml
comments work?
#3
Shinigami92
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There could be different ways how comments could be implemented:
Similar to
pug
pug
has two type of comments:Differently to
pug
Similar to real html comments (
<!-- comment -->
), an exclamation mark!
could be usedSide note: in contradistinction to
pug
,hsml
will support commenting out attributesExample:
Line 3 contains an attribute that will not be rendered in the final html
It is not clear right now if comment-blocks will get supported (e.g.
/* comment */
)3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions