jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
508 stars 42 forks source link

Parser doesn't understand #Header markdown #39

Closed charliepank closed 1 year ago

charliepank commented 1 year ago

As above,

#Heading

Isn't picked up by the parser

jeziellago commented 1 year ago

You must use # Heading (with whitespace) instead of #Heading to be a valid markdown text.

charliepank commented 1 year ago

ok, sorry about that. Thanks for the tip!