Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 11.7
-
Fix Version/s: 11.8-rc-1
-
Component/s: Macro - Figure
-
Labels:
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
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
-