The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want to put a named anchor inside a title of a Bitbucket README.MD file. Here's my markdown:
## <a name="configure"></a>Configure
This renders as:
<a name="configure"></a>Configure
I want it to not render the <a> tag, just the title. Putting the named anchor outside of the title also doesn't work, by the way: it's rendered as text.
@Ana Retamal - I find in bit-bucket on prem that the following works:
Take me to <a href="#pookie">pookie</a>
...
<a name="pookie">this is pookie</a>
but not when using id tag instead of name, as in:
Take me to <a href="#pookie">pookie</a>
...
<a id="pookie">this is pookie</a>
although according to my understanding from reading some discussion either should be legal.
Is there an issue I can support that would get either to work for Bitbucket on-prem?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Max, I'm afraid Bitbucket doesn't support that at the moment. We have a feature request for it, and you can find it at Support some or all HTML in Markdown in Bitbucket. Please vote for it, watch it to receive further notifications and add a comment if so you wish :)
Hope that helps!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Named anchors is a pretty basic requirement. Any plans to support this in the near future? We're trying to use them to improve navigation in our Bitbucket wiki.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.