close
Warning:
Can't synchronize with repository "(default)" (/var/lib/svn/mod_papi does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Aug 25, 2014, 10:01:13 AM (11 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//** || |
… |
… |
|
41 | 41 | }}} |
42 | 42 | {{{#!td style="padding-left: 2em" |
43 | | == Level 2 |
| 43 | == Level 2 == |
44 | 44 | === Level 3 ^([#hn note])^ |
45 | 45 | }}} |
… |
… |
|
65 | 65 | {{{ |
66 | 66 | * bullets list |
67 | | on multiple paragraphs |
| 67 | on multiple lines |
68 | 68 | 1. nested list |
69 | 69 | a. different numbering |
… |
… |
|
73 | 73 | {{{#!td |
74 | 74 | * bullets list |
75 | | on multiple paragraphs |
| 75 | on multiple lines |
76 | 76 | 1. nested list |
77 | 77 | a. different numbering |
… |
… |
|
85 | 85 | {{{ |
86 | 86 | term:: definition on |
87 | | multiple paragraphs |
| 87 | multiple lines |
88 | 88 | }}} |
89 | 89 | }}} |
90 | 90 | {{{#!td |
91 | 91 | term:: definition on |
92 | | multiple paragraphs |
| 92 | multiple lines |
93 | 93 | }}} |
94 | 94 | |----------------------------------------------------------- |
… |
… |
|
175 | 175 | || see [#point1 (1)] || |
176 | 176 | |----------------------------------------------------------- |
177 | | {{{#!th rowspan=2 |
178 | | [#EscapingLinksandWikiPageNames Escaping Markup] |
| 177 | {{{#!th rowspan=3 |
| 178 | [#Escaping Escaping Markup] |
179 | 179 | }}} |
180 | 180 | || `!'' doubled quotes` ||\ |
… |
… |
|
182 | 182 | || `!wiki:WikiFormatting`, `!WikiFormatting` ||\ |
183 | 183 | || !wiki:WikiFormatting, !WikiFormatting || |
| 184 | || {{{`}}}`{{{-}}}`{{{`}}}` triple curly brackets` ||\ |
| 185 | || `{{{-}}}` triple curly brackets || |
184 | 186 | |----------------------------------------------------------- |
185 | 187 | ||= [#Images Images] =|| `[[Image(`''link''`)]]` || [[Image(htdocs:../common/trac_logo_mini.png)]] || |
… |
… |
|
294 | 296 | followed by a single space and the headline text. |
295 | 297 | |
296 | | [=#hn] The headline text can be followed by the same number of "=" characters, but this is no longer mandatory. |
| 298 | [=#hn] |
| 299 | The headline text can be followed by the same number of "=" characters, but this is no longer mandatory. |
297 | 300 | |
298 | 301 | Finally, the heading might optionally be followed by an explicit id. If not, an implicit but nevertheless readable id will be generated. |
… |
… |
|
311 | 314 | {{{ |
312 | 315 | #!div |
| 316 | = Heading = |
313 | 317 | == Subheading |
314 | 318 | === About ''this'' === |
… |
… |
|
721 | 725 | |
722 | 726 | |
723 | | == Escaping Links and WikiPageNames == |
| 727 | == Escaping Links, WikiPageNames and other Markup == #Escaping |
724 | 728 | |
725 | 729 | You may avoid making hyperlinks out of TracLinks by preceding an expression with a single "!" (exclamation mark). |
… |
… |
|
731 | 735 | !#42 is not a link |
732 | 736 | }}} |
| 737 | {{{ |
| 738 | Various forms of escaping for list markup: |
| 739 | `-` escaped minus sign \\ |
| 740 | ``1. escaped number \\ |
| 741 | {{{*}}} escaped asterisk sign |
| 742 | }}} |
733 | 743 | }}} |
734 | 744 | {{{#!td |
735 | 745 | !NoHyperLink |
736 | 746 | !#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 |
737 | 752 | }}} |
738 | 753 | |
… |
… |
|
746 | 761 | * `[[Image(wiki:WikiFormatting:picture.gif)]]` (referring to attachment on another page) |
747 | 762 | * `[[Image(ticket:1:picture.gif)]]` (file attached to a ticket) |
748 | | * `[[Image(htdocs:picture.gif)]]` (referring to a file inside project htdocs) |
| 763 | * `[[Image(htdocs:picture.gif)]]` (referring to a file inside the [TracEnvironment environment] `htdocs` directory) |
749 | 764 | * `[[Image(source:/trunk/trac/htdocs/trac_logo_mini.png)]]` (a file in repository) |
750 | 765 | |
… |
… |
|
759 | 774 | }}} |
760 | 775 | |
761 | | See WikiMacros for further documentation on the `[[Image()]]` macro. |
| 776 | See WikiMacros for further documentation on the `[[Image()]]` macro, which has several useful options (`title=`, `link=`, etc.) |
762 | 777 | |
763 | 778 | |
… |
… |
|
990 | 1005 | !WikiCreole style \\ line\\break |
991 | 1006 | }}} |
| 1007 | |