Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Simon Urli on 2023/10/10
Change comment:
Rollback to version 81.3
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -148,7 +148,7 @@ 148 148 149 149 {code} 150 150 {{velocity output="no"}} 151 - 151 +## get the macro content in a velocity string 152 152 #set($wikiresult = $xcontext.macro.content) 153 153 ## Add a wrapping div as a sample of the action of this macro 154 154 #set($wikiresult = "(% class='newstyle' %)((($wikiresult)))") ... ... @@ -156,6 +156,7 @@ 156 156 #set($xcontext.macro.result = $services.rendering.parse($wikiresult, $xwiki.getCurrentContentSyntaxId()).getChildren()) 157 157 {{/velocity}} 158 158 {code} 159 + 159 159 1.1 Troubleshooting 160 160 161 161 1.1.1 A Pitfall of Optional Parameters