Changes between Version 1 and Version 2 of WikiFormatting


Ignore:
Timestamp:
Mar 20, 2012, 4:04:32 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v1 v2  
    1919 * '''''bold italic'''''
    2020 * __underline__
    21  * {{{monospace}}} or `monospace`
     21 * {{{
     22monospace
     23}}} or `monospace`
    2224 * ~~strike-through~~
    2325 * ^superscript^
     
    3032 * '''''bold italic'''''
    3133 * __underline__
    32  * {{{monospace}}} or `monospace`
     34 * {{{
     35monospace
     36}}} or `monospace`
    3337 * ~~strike-through~~
    3438 * ^superscript^
     
    3640
    3741Notes:
    38  * `{{{...}}}` and {{{`...`}}} commands not only select a monospace font, but also treat their content as verbatim text, meaning that no further wiki processing is done on this text.
    39  * {{{ ! }}} tells wiki parser to not take the following characters as wiki format, so pay attention to put a space after !, e.g. when ending bold.
     42 * `{{{
     43...
     44}}}` and {{{
     45`...`
     46}}} commands not only select a monospace font, but also treat their content as verbatim text, meaning that no further wiki processing is done on this text.
     47 * {{{
     48!
     49}}} tells wiki parser to not take the following characters as wiki format, so pay attention to put a space after !, e.g. when ending bold.
    4050
    4151== Headings ==
     
    151161  def HelloWorld():
    152162      print "Hello World"
    153  }}}
     163 
     164}}}
    154165}}}
    155166
     
    209220== Links ==
    210221
    211 Hyperlinks are automatically created for WikiPageNames and URLs. !WikiPageLinks can be disabled by prepending an exclamation mark "!" character, such as {{{!WikiPageLink}}}.
     222Hyperlinks are automatically created for WikiPageNames and URLs. !WikiPageLinks can be disabled by prepending an exclamation mark "!" character, such as {{{
     223!WikiPageLink
     224}}}.
    212225
    213226Example: