I am having a problem with markdown files in Bitbucket repo. My links to headers in the markdown document work only when they are not in the table. If I put them in the table the link disappears. Small working example here:
[MyLink Class](#markdown-header-mylink-class)
# MyLink class
And very similar text below that does not work:
| Name | Link |
|---|---|
| **MyLink** | [MyLink Class](#markdown-header-mylink-class) |
# MyLink class
Table cell with link renders simply as "MyLink Class" text.
How can I add working links to the table?
Update: asked too soon. There is some caching going on. After markdown file update rendered text does not change for some time. Links are working now.
Hi Paulius, glad you figured this out :)
Best regards,
Ana
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.