Details
-
Bug
-
Resolution: Fixed
-
Critical
-
11.7
-
Unknown
-
N/A
-
N/A
-
Description
Example usage:
{{kido id="FF" title="Table caption"}} |= Headcell1 |= Headcell2 | cell1 | cell2 {{/kido}}
And the wiki macro:
{{groovy}} String id = xcontext.macro.params.id String title = xcontext.macro.params.title return """{{figure}} {{figureCaption}} {{id name="${id}"/}}${title} {{/figureCaption}} {{wikimacrocontent/}} {{/figure}}""" {{/groovy}}
Attachments
Issue Links
- is related to
-
XWIKI-16708 Wiki Macro execution incorrectly removes all MacroMarkerBlock blocks
- Closed
- relates to
-
XRENDERING-580 FigureTypeRecognizer fails to recognize a table type when used in the context of a wiki macro when the caption has content
- Closed