markdown-viewer
markdown-viewer copied to clipboard
custom id support??
the following headings will all be assigned the identifier
foo:# My heading {#foo} ## My heading ## {#foo} My other heading {#foo} ---------------(This syntax is compatible with PHP Markdown Extra.)
Will this plugin support this feature? Thanks.
For now, I use ###### as an alternative 。
I think the underlying parsers that this extensions use may have a plugin for that. I will have to check.
Markdown Viewer v5.2 got released with a new default compiler called markdown-it and an option called attr that addresses this issue https://github.com/simov/markdown-viewer#compiler-options