Open chucker opened 2 years ago
We can already use HTML code within markdown since Marked.js supports this: https://github.github.com/gfm/#html-blocks (progress of implementing GHFM: https://github.com/markedjs/marked/discussions/1202)
This brought a new issue to light: the link to the image within the figure
doesn't get replaced...
This brought a new issue to light: the link to the image within the
figure
doesn't get replaced...
Yes, this wouldn't work. Both Azure DevOps and TRENZ Docs get confused by the relative URL.
Markdig has syntax for figure captions.
However, Azure DevOps doesn't seem to currently support this either.