We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
entry.toc
entry.toc could be extended to support HTML <h1> et al tags, rather than being limited to Markdown ### markup.
<h1>
###
Make TOC generation a post-filter for the HTML, rather than part of the markdown.HtmlRenderer header() handler.
markdown.HtmlRenderer
header()
This would also allow entry.toc to work on Markdown entries which use HTML header tags for whatever reason.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
entry.toc
could be extended to support HTML<h1>
et al tags, rather than being limited to Markdown###
markup.Possible Solution
Make TOC generation a post-filter for the HTML, rather than part of the
markdown.HtmlRenderer
header()
handler.This would also allow
entry.toc
to work on Markdown entries which use HTML header tags for whatever reason.Steps to Reproduce (for bugs)
Context
The text was updated successfully, but these errors were encountered: