-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Headings are no longer working since 0.3.4 #642
Comments
I can't remember the exact issue, but someone made a PR requiring GFM to require a space after. I revised the code a bit (maybe it caused a mixup?). So, original markdown still allows no space after the hash, but GFM requires one. I can't for the life of me remember the specifics, but if it's wrong, here's a temporary fix you can use:
This is a simple 1-character fix in the heading rule if it's wrong: ##Testing Heading Test paragraph. |
Looks like GFM does not allow |
@chjj Please be careful reviewing such PRs that break backwards compatibility. |
@chjj please reconsider re-opening this issue. GFM does allow for |
Would also like to see this reopened. Breaking functionality like this should be intentional, following the guidelines of semantic versioning. Down the road it might be nice to transition to Commonmark, which has a better defined spec, but this change unexpectedly broke some functionality. |
I think @bmneely is right and would also like to see this reopened. |
Thanks @FuDesign2008 |
The headings function is creating headings correctly.
v0.3.3
"##My Heading"
v0.3.4 and up
"## My Heading"
The text was updated successfully, but these errors were encountered: