Benjamin-Dobell / react-native-markdown-view

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

Example/Help: Need to change how #heading is rendered, how to? #42

Open bvelasquez opened 4 years ago

bvelasquez commented 4 years ago

I would like to support hashtag's in my MarkdownView, so they do not render like Heading H1's, but links or just plain text for now. Can you provide an example of how to do this?

bvelasquez commented 4 years ago

Actually, I just noticed that #hastag renders as a H1 heading. A space should be required for the heading to be rendered. No space should just render the text. Using this comment as an example, you can see that "#test" is not rendered as a heading, but "# test" is.

test

test