erusev / parsedown

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

Feature request: headerOffset #655

Open xi opened 6 years ago

xi commented 6 years ago

Markdown is often used to render user generated content as part of a website. In this context, it is important to fit it into the document outline, especially for accessibility. pandoc has the --base-header-level=NUMBER option for that. I suggest adding similar functionality to parsedown.