Skip to content
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

HTML comments #96

Closed
dikmax opened this issue Sep 8, 2014 · 2 comments
Closed

HTML comments #96

dikmax opened this issue Sep 8, 2014 · 2 comments

Comments

@dikmax
Copy link
Contributor

dikmax commented Sep 8, 2014

Spec says that HTML Block can begin with html comment. Later it describes html comment:

An HTML comment consists of the string <!--, a string of characters not including the string --, and the string -->.

So this should be single html block because there's only one html comment:

<!--

*test*

-->

stmd produces (babelmark version):

<!-- 
<p><em>test</em></p>
<p>--&gt;</p>

I think either stmd or spec should be fixed.

@jgm
Copy link
Member

jgm commented Sep 8, 2014

Thanks, I think this is a bug in the implementation (stmd).

@jgm
Copy link
Member

jgm commented Feb 1, 2015

Closing this, folding the issue into a larger issue #177.

@jgm jgm closed this as completed Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants