This should fix #171 by allowing a markdown link to start with ac: (#222)

This commit is contained in:
Stephan Hradek
2023-01-03 18:53:20 +01:00
committed by GitHub
parent 55b58bd59b
commit 0b745c25e4
2 changed files with 23 additions and 0 deletions

View File

@@ -440,6 +440,14 @@ You can use various [parameters](https://confluence.atlassian.com/conf59/childre
See task MYJIRA-123.
```
### Insert link to existing confluence page by title
```markdown
This is a [link to an existing confluence page](ac:Pagetitle)
And this is how to link when the linktext is the same as the [Pagetitle](ac:)
```
## Installation
### Homebrew