erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

Hashtag mistakenly seen as headers #666

Closed giuntim closed 6 years ago

giuntim commented 6 years ago

Parsedown translates hashtags like the following to h1:

php

But I think this is wrong. Titles should have a space between # and the words:

title

tag

PS: thx for your work! I really like the way you implemented everything in a simple to use class.

giuntim commented 6 years ago

Ops! Just realized that setting strict mode to true fixed my problem. :-) Maybe you can add it to the docs?

aidantwoods commented 6 years ago

When strict mode is put in a release version it'll be documented :)