-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not generating anchors for Bitbucket #74
Comments
Interesting the example looks ok to me and this is an accepted implementation as per https://community.atlassian.com/t5/Bitbucket-questions/Markdown-internal-links-support-in-Bitbucket-Server/qaq-p/595033 . Also the anchor tags are escaped on bitbucket cloud: Are you running on Bitbucket server or cloud? |
In our instance, it's Bitbucket server. |
@nilennoct ok thanks. After looking into this it appears that Bitbucket server does not auto assign ids to headers. What I have done is introduce a new argument in 2.1.0
I hope this solves your problem. Thanks... |
@tgreyuk, this did the trick! Thanks for the quick response! |
When using this documentation generator for Bitbucket, it is generating the links, but not the anchor tags for an item that it links to. For example in one of my classes, it's generating the following for the constructor at the top of the file:
But there is no anchor tag on the actual constructor. The constructor documentation looks like this:
In order for the link to work in bitbucket, it should look like this:
The text was updated successfully, but these errors were encountered: