Hello everyone,
is there any way to programatically create the Confluence XHTML storage format?
I want to create a blueprint that builds the storage format conditionally and then create the page.
To get an idea think about a Jira setup documentation:
- Blueprint wizard variables: Operating System (e.g. RedHat, Ubuntu)
- Based on the values add the “text fragment” that install OpenJDK with Ubuntu (apt-get install openjdk) and RedHat (yum install openjdk)
I don’t want to fully maintain a separte blueprint xml as they have a lot of in common.
I need something like https://j2html.com or MarkupBuilder (Groovy 4.0.7) but just for the Confluence XHTML format.
Thanks for help ![]()