mark
mark copied to clipboard
Question: How to get relative page links as confluence macro?
When I publish to confluence with relative links between .md files, I'm getting an anchor tag with href.
<a href="wiki/page/link">Name</a>
I would like to know if its possible to get it in the confluence format
<ac:link ac:card-appearance="inline">
<ri:page ri:content-title="Name" ri:version-at-save="1" />
<ac:link-body>Name</ac:link-body>
</ac:link>