Benjamin-Dobell / react-native-markdown-view

MarkdownView for React Native
MIT License
190 stars 77 forks source link

Headings: Allow # headings to be ended with a single newline #6

Closed ariabuckles closed 7 years ago

ariabuckles commented 7 years ago

Fixes #2

Also see: https://github.com/Khan/simple-markdown/issues/30

Test plan:

I made a react-native project and put this in it, and tried the following markdown, and got 3 headers instead of one:

# header 1
## header 2
# header x

paragraph