Release v1.1.0
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