Changes for page XWiki Syntax Guide

Last modified by Simon Urli on 2020/11/02

From version 1.1
edited by Admin
on 2009/09/16
Change comment: There is no comment for this version
To version 2.1
edited by Admin
on 2010/03/02
Change comment: Imported from XAR

Summary

Details

Page properties
Content
... ... @@ -430,7 +430,7 @@
430 430  |Link to a URL directly in the text|{{{This is a URL: http://xwiki.org}}}|{{{This is a URL: http://xwiki.org}}}|This is a URL: http://xwiki.org|This is a URL: http://xwiki.org
431 431  |Link to a URL|{{{[http://xwiki.org]}}}|{{{[[http://xwiki.org]]}}}|[[http://xwiki.org]]|[[http://xwiki.org]]
432 432  |Link to a URL with a label|{{{[XWiki>http://xwiki.org]}}}|{{{[[XWiki>>http://xwiki.org]]}}}|[[XWiki>>http://xwiki.org]]|[[XWiki>>http://xwiki.org]]
433 -|Link to an email|{{{[email>mailto:john@smith.net]}}}|{{{[[email>>mailto:john@smith.net]]}}}|[[email>>mailto:john@smith.net]]|[[email>>mailto:john@smith.net]]
433 +|Link to an email|{{{[john@smith.net>mailto:john@smith.net]}}}|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]|[[john@smith.net>>mailto:john@smith.net]]
434 434  |Image Link|{{{<a href="$xwiki.getURL("Space1.Page1")">{image:img.png|document=Space2.Page2}</a>}}}|(((
435 435  {{{[[image:Space2.Page2@img.png>>Space1.Page1]]}}}
436 436  {{info}}Wiki syntax is supported inside link labels{{/info}}
... ... @@ -727,7 +727,7 @@
727 727  |=XWiki Syntax 1.0|=XWiki Syntax 2.0|=Result
728 728  |<b>bold</b>|{{{{{html}}<b>bold</b>{{/html}}}}}|{{html}}<b>bold</b>{{/html}}
729 729  
730 -{{info}}In XWiki Syntax 2.0, by default the HTML macro understands wiki syntax. To prevent this, use {{{{{html wiki="false"}}}}}.{{/info}}
730 +{{info}}In XWiki Syntax 2.0, by default the HTML macro does not understands wiki syntax (other macros included since it's wiki syntax too). To enable it, use {{{{{html wiki="true"}}}}}.{{/info}}
731 731  
732 732  = Velocity/Groovy Scripts =
733 733  

Get Connected