github-markdown-toc
github-markdown-toc copied to clipboard
Add option to change the asterisk prefix to a dash
Hi, love this tool. Is it possible to add an option to generate a list of items starting with a dash rather than an asterisk?
If it's not an option, where in the gh-md-toc shell script can the * symbols be changed to - to provide this functionality?
Currently in Line 211. Here, you can change the * in the string before [" text "] to -
I would also like to see this feature. Is there any update?