Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Simon Urli on 2023/10/10
Change comment:
There is no comment for this version
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 -## get the macro content in a velocity string 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,7 +156,6 @@ 156 156 #set($xcontext.macro.result = $services.rendering.parse($wikiresult, $xwiki.getCurrentContentSyntaxId()).getChildren()) 157 157 {{/velocity}} 158 158 {code} 159 - 160 160 1.1 Troubleshooting 161 161 162 162 1.1.1 A Pitfall of Optional Parameters