You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very nice plugin and it saves us a ton of work. One thing I've noticed is that links/anchors work well for GitHub, but are not in the form supported by Aznre DevOps markdown wikis.
For example, this works on GitHub:
[link text] (#Anchor-I-Want-To-Link-To)
<a name='T-Anchor-I-Want-To-Link-To'></a>
This is what the Azure DevOps wiki expects:
[link text](#Heading-I-Want-To-Link-To)
Heading-I-Want-To-Link-To
Is it possible to include this option?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
This is a very nice plugin and it saves us a ton of work. One thing I've noticed is that links/anchors work well for GitHub, but are not in the form supported by Aznre DevOps markdown wikis.
For example, this works on GitHub:
[link text] (#Anchor-I-Want-To-Link-To)
<a name='T-Anchor-I-Want-To-Link-To'></a>
This is what the Azure DevOps wiki expects:
[link text](#Heading-I-Want-To-Link-To)
Heading-I-Want-To-Link-To
Is it possible to include this option?
Thanks!
The text was updated successfully, but these errors were encountered: