Open dstandish opened 5 years ago
I made a change in https://github.com/zhongxiao37/doctoc/commit/6d94c0d5543e49807b8c622b511ea6ef3f80aa18 and it worked in my local.
To work on bitbucket server, TOC must generate anchors for each title. I can't have working links in bitbucket server.
See https://github.com/yzhang-gh/vscode-markdown/issues/703 for more info on this.
with bitbucket server, you have to add anchor tags e.g.
<a name='this-heading'></a>
for# This heading