markdown-toclify icon indicating copy to clipboard operation
markdown-toclify copied to clipboard

Thinks line starting with # sign inside code block as the header

Open bhishanpdl opened this issue 7 years ago • 1 comments

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.

bhishanpdl avatar Aug 10 '18 20:08 bhishanpdl

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!

rasbt avatar Aug 11 '18 02:08 rasbt