feat: Support page inclusion macro

Also generalize the ac_tag_parser a bit and support <ri:* /> tags as
well
This commit is contained in:
Manuel Rüger
2023-03-31 16:25:54 +02:00
parent 943a356508
commit 1285947ab3
4 changed files with 31 additions and 14 deletions

View File

@@ -371,6 +371,10 @@ By default, mark provides several built-in templates and macros:
See: https://confluence.atlassian.com/doc/blog-posts-macro-139470.html
* template: `ac:include` to include a page
- Page: the page to be included
- Space: the space the page is in (optional, otherwise same space)
* macro `@{...}` to mention user by name specified in the braces.
## Template & Macros Usecases