Class RichTextMacroMigration

java.lang.Object
com.atlassian.confluence.macro.xhtml.RichTextMacroMigration
All Implemented Interfaces:
MacroMigration

public class RichTextMacroMigration extends Object implements MacroMigration
Takes a macro with wiki-markup in its body and converts it to XHTML storage format. All wiki markup in the body of the macro is rendered with RenderMode.ALL. If you need to migrate the body of your macro with a different render mode flag, please write and specify your own macro migration task.
Since:
4.0