close
Warning:
Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.
- Timestamp:
-
2015-05-25T08:23:07-07:00 (10 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 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 sign |
| | 741 | ^^- 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 sign |
| | 751 | ^^- escaped minus sign \\ |
| | 752 | ^^1. escaped number \\ |
| | 753 | ^^* escaped asterisk sign |
| 752 | 754 | }}} |
| 753 | 755 | |
| … |
… |
|
| 1005 | 1007 | !WikiCreole style \\ line\\break |
| 1006 | 1008 | }}} |
| 1007 | | |