Open
Description
I have a document and within a comment section I have a "--", which breaks the syntax highlighting for the ENTIRE document:
<!-- Ofending line RIGHT BELOW -->
<!-- Re-generate TOC with `markdown-toc --no-first-h1 -i` -->
Text here is NOT recognized anymore, considered a huge comment section.
If markdown-toc --no-first-h1 -i
becomes markdown-toc -no-first-h1 -i
then all work as expected.
This is on the master branch.