JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Enforce spaces after ATX headers in GFM #74

Closed valich closed 3 years ago

valich commented 3 years ago

The GFM spec enforces space after ATX headings for quite a long time, similar to CommonMark. We need to remove the special case of GFM when parsing ATX headers.

valich commented 3 years ago

fixed in master