vim-markdown-toc
vim-markdown-toc copied to clipboard
Add support for Bitbucket style header IDs
Thx for your PR!
Have you found the source code which BitBucket used to generate toc ids? Without that, it's hard to judge the rule you wrote is right or not.
Besides, I noticed that all Chinese Characters in headers are gone in BitBucket generated toc ids, that's different from GFM.
Thx for your PR!
Have you found the source code which BitBucket used to generate toc ids? Without that, it's hard to judge the rule you wrote is right or not.
Besides, I noticed that all Chinese Characters in headers are gone in BitBucket generated toc ids, that's different from GFM.
In the link (https://bitbucket.org/tutorials/markdowndemo/src/master/README.md) have a example to link markdown style from Bitbucket
@vanildosouto yes, but sadly it has not mentioned the rules to generate toc ids.