Can you please elaborate?
i want to create toc menu. #422 showdown-toc requires jQuery, it cant`t use. what should I do銆倀hank
You can make an extension.
Also, if you're willing to wait for version 2.0, creating a TOC will be trivial, sicne showdown will have a proper parser that outputs an abstract node tree that represents the document tree (and you can grab all the headings to create a TOC).
I have created a showdown-toc extension.
https://github.com/ahungrynoob/showdown-toc
Most helpful comment
You can make an extension.
Also, if you're willing to wait for version 2.0, creating a TOC will be trivial, sicne showdown will have a proper parser that outputs an abstract node tree that represents the document tree (and you can grab all the headings to create a TOC).