Wiki source code of Extending macro conversion
Last modified by Raphaël Jakse on 2026/03/23 11:30
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Many macro conversions are implemented in Confluence-XML. | ||
| 2 | |||
| 3 | You can add yours by implementing a ##MacroConverter## [[XWiki Component>>xwiki:Documentation.DevGuide.Tutorials.WritingComponents.WebHome]] that will we used by Confluence XML when performing the macro conversions. For that you need to write a component which implements the ##org.xwiki.contrib.confluence.filter.MacroConverter## with a component hint named after the confluence macro id you wish to convert automatically. | ||
| 4 |