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.
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.