Hello, following on from my earlier post, I have a more general question: How can we render Jira’s wiki format to HTML in Java? Is there an endpoint for that or a library I can use?
I’m aware of:
- This similar question from 4 years ago and the pointer to the @atlaskit/editor-wikimarkup-transformer NPM package, but I’m looking for a way to do this on the backend.
- A similar sounding question “How to convert JIRA’s wiki markup to HTML?”, but it’s not about Jira Cloud. I looked into using the suggested classes, but they are specific to Jira Server/Data Center.
I’d really appreciate insight on this as I’m stuck at the moment.