How to convert the wiki text into the HTML

Hi,

We need to convert wiki text to HTML.

In our Data Center setup, we accomplish this using the following approach:

WikiStyleRenderer renderer = new WikiRendererFactory().getWikiRenderer();
RenderContext context = new RenderContext();
String htmlText = reformatHTML(renderer.convertWikiToXHtml(context, wikiText));

However, we’re unable to achieve the same result in the Cloud environment. How can we implement this in the cloud?

Thanks,
Piyush Patel

1 Like

Hi @Piyush, have you found a solution for that?
Cheers, Bernie