close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Jul 9, 2015, 8:37:31 AM (9 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
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 | | |