XWikiSyntaxHTML


Programming

HTML

1.0 HTML

It is possible to enter HTML markup directly in the text in XWiki Syntax 1.0.
XWiki Syntax 1.0Result
<b>bold</b>bold

2.0 HTML

In XWiki Syntax $crtSyntaxVer HTML or XHTML must be entered by using the HTML macro.
XWiki Syntax $crtSyntaxVerResult
{{html}}<b>bold</b>{{/html}} bold
In XWiki Syntax $crtSyntaxVer, by default the HTML macro does not understands XWiki Syntax (other macros included since it's XWiki Syntax too). To enable it, use {{html wiki="true"}} .
Tags:
Created by Administrator on 2011/03/23 16:53