| java.lang.Object |
| ↳ |
com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro |
Class Overview
This macro will render it's body using the V2 Renderer.
The body of this macro is intended to consist of wiki markup that renders to inline markup.
Constants
public
static
final
String
MACRO_NAME
Constant Value:
"unmigrated-inline-wiki-markup"
Public Constructors
public
UnmigratedInlineWikiMarkupMacro
()
Public Methods
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
Returns
- The type of body this macro has.
public
void
setSubRenderer
(SubRenderer subRenderer)