mark icon indicating copy to clipboard operation
mark copied to clipboard

Question: How to get relative page links as confluence macro?

Open adharshmk96 opened this issue 3 years ago • 0 comments

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>

adharshmk96 avatar Oct 25 '21 10:10 adharshmk96