mzlogin / vim-markdown-toc

A vim 7.4+ plugin to generate table of contents for Markdown files.
http://www.vim.org/scripts/script.php?script_id=5460
MIT License
613 stars 59 forks source link

Possible variable for fence comment style? #79

Open joshpetit opened 2 years ago

joshpetit commented 2 years ago

The default comment style is: <!-- vim-markdown-toc -->, but this causes an error when working with MDX which make comments /* */. Would it be possible to add a variable to change the comment style for fencing so that this can work with MDX files?