markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

Heading right after bullet

Open czterystaczwarty opened this issue 5 years ago • 1 comments

Fixes #337

When H1 heading is right after the bullet (one new line between) compiler can't parse it as heading.

Exaple:

- **bullet**
# [Heading](http://domain.com) 

## Test

Every markdown editor, I can find, interpret this as heading.

Bellow GitHup interpretation with the same markup:

  • bullet

Heading

Test

czterystaczwarty avatar Oct 14 '20 13:10 czterystaczwarty

@czterystaczwarty thanks, can you mark the test with it.skip for merging purposes and I'll unskip it with the fix later?

quantizor avatar Nov 20 '20 18:11 quantizor