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

If HTML style comments contain headings they do not work #1050

Closed
feinstaub opened this issue Feb 12, 2018 · 1 comment · Fixed by #1135
Closed

If HTML style comments contain headings they do not work #1050

feinstaub opened this issue Feb 12, 2018 · 1 comment · Fixed by #1135
Labels
category: headings L2 - annoying Similar to L1 - broken but there is a known workaround available for the issue

Comments

@feinstaub
Copy link

This is a Markdown sample which gets rendered unexpectedly. For this...

aaa
<!-- test
====
-->
bbb

...I would expect this HTML output:

aaa
bbb

But instead it looks like this:

grafik

@Feder1co5oave
Copy link
Contributor

It seems we need to prioritize html blocks before setext headings.

babelmark

@Feder1co5oave Feder1co5oave self-assigned this Feb 22, 2018
@Feder1co5oave Feder1co5oave added L2 - annoying Similar to L1 - broken but there is a known workaround available for the issue category: headings labels Feb 22, 2018
@Feder1co5oave Feder1co5oave added this to the 0.4.0 - No known defects milestone Feb 22, 2018
@Feder1co5oave Feder1co5oave removed their assignment Feb 27, 2018
@joshbruce joshbruce removed this from the 0.4.0 - No known defects milestone Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: headings L2 - annoying Similar to L1 - broken but there is a known workaround available for the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants