Changes between Version 1 and Version 2 of WikiFormatting
- Timestamp:
- 02/19/15 14:27:32 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiFormatting
v1 v2 28 28 || `'''bold'''`, `''italic''`, `'''''Wikipedia style'''''` || \ 29 29 || '''bold''', ''italic'', '''''Wikipedia style''''' || 30 || {{{`monospaced and ''nowiki''`}}} || \31 || `monospaced and ''nowiki''` ||30 || {{{`monospaced (''other markup ignored'')`}}} || \ 31 || `monospaced (''other markup ignored'')` || 32 32 || `**bold**`, `//italic//`, `**//!WikiCreole style//**` || \ 33 33 || **bold**, //italic//, **//!WikiCreole style//** || … … 182 182 || `!wiki:WikiFormatting`, `!WikiFormatting` ||\ 183 183 || !wiki:WikiFormatting, !WikiFormatting || 184 || `{{{-}}}curly brackets` ||\185 || {{{-}}}curly brackets ||184 || {{{`}}}`{{{-}}}`{{{`}}}` triple curly brackets` ||\ 185 || `{{{-}}}` triple curly brackets || 186 186 |----------------------------------------------------------- 187 187 ||= [#Images Images] =|| `[[Image(`''link''`)]]` || [[Image(htdocs:../common/trac_logo_mini.png)]] || … … 264 264 * **also bold**, //italic as well//, 265 265 and **'' bold italic **'' //(since 0.12)// 266 * [[span(style=color: #FF0000, a red text )]] 266 267 }}} 267 268 }}} … … 281 282 * **also bold**, //italic as well//, 282 283 and **'' bold italic **'' //(since 0.12)// 284 * [[span(style=color: #FF0000, a red text )]] 283 285 }}} 284 286 … … 737 739 {{{ 738 740 Various forms of escaping for list markup: 739 `-`escaped minus sign \\740 ``1. escaped number \\741 {{{*}}}escaped asterisk sign741 ^^- escaped minus sign \\ 742 ^^1. escaped number \\ 743 ^^* escaped asterisk sign 742 744 }}} 743 745 }}} … … 747 749 748 750 Various forms of escaping for list markup: 749 `-`escaped minus sign \\750 ``1. escaped number \\751 {{{*}}}escaped asterisk sign751 ^^- escaped minus sign \\ 752 ^^1. escaped number \\ 753 ^^* escaped asterisk sign 752 754 }}} 753 755 … … 1005 1007 !WikiCreole style \\ line\\break 1006 1008 }}} 1007