Changes between Version 9 and Version 10 of WikiFormatting


Ignore:
Timestamp:
Dec 14, 2014, 5:16:20 PM (9 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v9 v10  
    2828|| `'''bold'''`, `''italic''`, `'''''Wikipedia style'''''` || \
    2929|| '''bold''', ''italic'', '''''Wikipedia style''''' ||
    30 || {{{`monospaced (''other markup ignored'')`}}} || \
    31 || `monospaced (''other markup ignored'')` ||
     30|| {{{`monospaced and ''nowiki''`}}} || \
     31|| `monospaced and nowiki` ||
    3232|| `**bold**`, `//italic//`, `**//!WikiCreole style//**` || \
    3333|| **bold**, //italic//, **//!WikiCreole style//** ||
     
    4141}}}
    4242{{{#!td style="padding-left: 2em"
    43 == Level 2 ==
     43== Level 2
    4444=== Level 3 ^([#hn note])^
    4545}}}
     
    6565 {{{
    6666 * bullets list
    67    on multiple lines
     67   on multiple paragraphs
    6868   1. nested list
    6969     a. different numbering
     
    7373{{{#!td
    7474* bullets list
    75   on multiple lines
     75  on multiple paragraphs
    7676  1. nested list
    7777    a. different numbering
     
    8585 {{{
    8686  term:: definition on
    87          multiple lines
     87         multiple paragraphs
    8888 }}}
    8989}}}
    9090{{{#!td
    9191 term:: definition on
    92         multiple lines
     92        multiple paragraphs
    9393}}}
    9494|-----------------------------------------------------------
     
    175175|| see [#point1 (1)] ||
    176176|-----------------------------------------------------------
    177 {{{#!th rowspan=3
    178 [#Escaping Escaping Markup]
     177{{{#!th rowspan=2
     178[#EscapingLinksandWikiPageNames Escaping Markup]
    179179}}}
    180180|| `!'' doubled quotes` ||\
     
    182182|| `!wiki:WikiFormatting`, `!WikiFormatting` ||\
    183183|| !wiki:WikiFormatting, !WikiFormatting ||
    184 || `{{{-}}} curly brackets` ||\
    185 || {{{-}}} curly brackets ||
    186184|-----------------------------------------------------------
    187185||= [#Images Images] =|| `[[Image(`''link''`)]]` || [[Image(htdocs:../common/trac_logo_mini.png)]] ||
     
    296294followed by a single space and the headline text.
    297295
    298 [=#hn]
    299 The headline text can be followed by the same number of "=" characters, but this is no longer mandatory.
     296[=#hn] The headline text can be followed by the same number of "=" characters, but this is no longer mandatory.
    300297
    301298Finally, the heading might optionally be followed by an explicit id. If not, an implicit but nevertheless readable id will be generated.
     
    314311  {{{
    315312  #!div
    316   = Heading =
    317313  == Subheading
    318314  === About ''this'' ===
     
    725721
    726722
    727 == Escaping Links, WikiPageNames and other Markup == #Escaping
     723== Escaping Links and WikiPageNames ==
    728724
    729725You may avoid making hyperlinks out of TracLinks by preceding an expression with a single "!" (exclamation mark).
     
    735731   !#42 is not a link
    736732  }}}
    737   {{{
    738 Various forms of escaping for list markup:
    739  `-` escaped minus sign \\
    740  ``1. escaped number  \\
    741  {{{*}}} escaped asterisk sign
    742   }}}
    743733}}}
    744734{{{#!td
    745735 !NoHyperLink
    746736 !#42 is not a link
    747 
    748 Various forms of escaping for list markup:
    749  `-` escaped minus sign \\
    750  ``1. escaped number  \\
    751  {{{*}}} escaped asterisk sign
    752737}}}
    753738
     
    761746 * `[[Image(wiki:WikiFormatting:picture.gif)]]` (referring to attachment on another page)
    762747 * `[[Image(ticket:1:picture.gif)]]` (file attached to a ticket)
    763  * `[[Image(htdocs:picture.gif)]]` (referring to a file inside the [TracEnvironment environment] `htdocs` directory)
     748 * `[[Image(htdocs:picture.gif)]]` (referring to a file inside project htdocs)
    764749 * `[[Image(source:/trunk/trac/htdocs/trac_logo_mini.png)]]` (a file in repository)
    765750
     
    774759}}}
    775760
    776 See WikiMacros for further documentation on the `[[Image()]]` macro, which has several useful options (`title=`, `link=`, etc.)
     761See WikiMacros for further documentation on the `[[Image()]]` macro.
    777762
    778763
     
    1005990!WikiCreole style \\ line\\break
    1006991}}}
    1007