Loading…
None
String updated in the repository |
|
None
Source string changed |
|
None
Source string changed |
|
Loading…
None
String updated in the repository |
|
None
Source string changed |
|
None
Source string changed |
|
== HTML ==
{{comment}}please do not translate the sub headlines{{/comment}}
=== 1.0 HTML ===
{{info}}It is possible to enter HTML markup directly in the text in XWiki Syntax 1.0.{{/info}}
|=XWiki Syntax 1.0|=Result
|<abbr title="HyperText Markup Language">HTML</abbr>|{{html}}<abbr title="HyperText Markup Language">HTML</abbr>{{/html}}
=== 2.0 HTML ===
{{info}}In XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} HTML or XHTML must be entered by using the [[HTML macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/HTML%20Macro]].{{/info}}
|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|{{{{{html}}<abbr title="HyperText Markup Language">HTML</abbr>{{/html}} }}}|{{html}}<abbr title="HyperText Markup Language">HTML</abbr>{{/html}}
== HTML ==
{{comment}}please do not translate the sub headlines{{/comment}}
=== 1.0 HTML ===
{{info}}It is possible to enter HTML markup directly in the text in XWiki Syntax 1.0.{{/info}}
|=XWiki Syntax 1.0|=Result
|<b>bold</b>|{{html}}<b>bold</b>{{/html}}
=== 2.0 HTML ===
{{info}}In XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} HTML or XHTML must be entered by using the HTML macro.{{/info}}
|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|{{{{{html}}<b>bold</b>{{/html}} }}}|{{html}}<b>bold</b>{{/html}}
{{info}}In XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}, 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"}} }}}.{{/info}}