markdown-toclify
markdown-toclify copied to clipboard
Thinks line starting with # sign inside code block as the header
This is one of the great and useful apps but unfortunately, it has some limitations. For example, if there is "#" sign inside the code blocks in markdown it gets confused with the header and prints header titles.
Hi there,
yeah, this script doesn't really parse code blocks with fenced code as of now. Indented code blocks may work though. In case you end up addressing this issue, I would appreciate a PR!