showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.1k stars 1.57k forks source link

Error in parsing hashtag at start of line #982

Open jgclark opened 1 year ago

jgclark commented 1 year ago

If a line starts with a hashtag, (e.g. #project details) it gets treated as an H1 element. I believe convention and standards say it shouldn't.