3334353637383940414243
* @return * @throws Exception */ public static String getHtml(String content) { try { ParentWidget root = new WidgetRoot(content, (WikiPage) null, myHtmlWidgetBuilder); return root.render(); } catch (Throwable e) { throw new RuntimeException(e); } }