developit / snarkdown

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript
http://jsfiddle.net/developit/828w6t1x/
MIT License
2.28k stars 110 forks source link

Add id to headings #107

Closed vorcigernix closed 1 year ago

vorcigernix commented 1 year ago

I love this library but just found that it does not add id to h* elements. This could be very useful for anchoring. I am trying to fix that, any help would be great though.

vorcigernix commented 1 year ago

See pull request