public interface WikiStyleRenderer
The WikiStyleRenderer is a facade on top of the entire rendering subsystem
| Modifier and Type | Method and Description |
|---|---|
String |
convertWikiToXHtml(RenderContext context,
String wiki)
Convert a given piece of wiki text into HTML markup.
|
String convertWikiToXHtml(RenderContext context, String wiki)
context - the context in which to render the textwiki - the text to renderCopyright © 2019 Atlassian. All rights reserved.