Skip to content

Release v1.1.0

Choose a tag to compare

@echetzakis echetzakis released this 22 Jan 09:04
· 92 commits to main since this release

Adds support for internal links, converting them to Confluence (page) links:

ie an md link like this:

[Readme](./README.md)

becomes something like:

<ac:link ac:card-appearance="inline">
  <ri:page ri:content-title="Confluence Page Title" />
  <ac:link-body>Readme</ac:link-body>
</ac:link>

in order to reference the Confluence page that README.md will be published to