General Actions:
| Question | How to get numbered sections? |
| Answer |
For XWiki Syntax 1.0 only, not supported yet for XWiki Syntax 2.0
Set the following 2 lines at the beginning of your document:
#set ($context.tocNumbered = true) #set ($context.tocData = $tdoc.getTOC(2, 6, true)) |