Hi everyone,
I’m trying to convert wiki to html outside Jira. All the attempts returned a different HTML, compared to the HTML generated by Jira.
I would like to know if there is something from Atlassian that allows this conversion.
Thank you in advance,
Rafael Morais
2 Likes
Hi,
We were able to convert the wiki to html on the backend using the @atlaskit/editor-wikimarkup-transformer and @atlaskit/email-renderer dependencies. It’s quite risky because normally these dependencies require a browser dom and react for example, but I wasn’t able to find another solution.
It would be great if Atlassian could provide a dependency to easily manage this type of operations between formats. There are already some dependencies to convert prosemirror standard format to html, may be it’s possible to extend it to the adf.
Kind regards,
Paulo Alves.
2 Likes