Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Comments in code blocks #118

Closed
supermueller opened this issue Apr 15, 2018 · 1 comment
Closed

Comments in code blocks #118

supermueller opened this issue Apr 15, 2018 · 1 comment

Comments

@supermueller
Copy link

If a file with a comment in a code block is sompiled in version 6.3.2 of Markdown, the comment isn’t “masked“.

Markdown code:

Comment in code block
	
	<!-- this is a comment -->

Expected result:

<p>Comment in code block</p>

<pre><code>&lt;!-- this is a comment --&gt;
</code></pre>

Actual results:

<p>Comment in code block</p>

<pre><code><!-- this is a comment --></code></pre>
@fletcher
Copy link
Owner

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants