devinus / markdown

A simple Elixir Markdown to HTML conversion library
The Unlicense
87 stars 19 forks source link

Can you support auto-ids in headers? #8

Open alco opened 10 years ago

alco commented 10 years ago

So that headers could be linkable, i.e. this

<h2 id="toc2">Second header</h2>

instead of this

<h2>Second header</h2>