]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FNewMarkupTestPage
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / pgsrc / Help%2FNewMarkupTestPage
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FNewMarkupTestPage;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 New lists: asterisks, hash marks, and ";text:def" (wrong...)
12 * bullet
13 * l1
14   * l2
15   * l2
16      * l3
17  # one
18  #two
19  #three
20 Term1:
21   definition1.1
22
23   definition1.2
24 Term2 :
25     definition2
26
27     Term3:
28       definition3
29       Term4:
30           definition4
31
32           definition4.2
33       Term5 :
34         definition5
35
36 Mixed -
37  * ul1
38    # ul1-ol1
39    # ul1-ol2
40      * ul1-ol2-ul1
41      * ul1-ol2-ul2
42         * ul1-ol2-ul2-ul1
43         * ul1-ol2-ul2-ul2
44
45 *  l1
46    <pre>
47       preformatted text
48    </pre>
49    * l2
50 ----
51  old lists, oddly enough, work fine
52         * level 1
53         * l1
54                 *l2
55                 *l2
56                         *l3
57                         *l3
58                                 *l4
59                         *l3
60                                         *l5
61                         *l3
62         #one
63         #two
64                 #one
65                 #two
66         *l1
67                 #three
68                 #four
69         *l1
70                 *l2
71                 # one
72                 # two
73
74 <pre>
75  preformatted text
76  some more text
77 </pre>
78
79         *l1
80                                 *l2
81         # number
82         # number
83 this is a plain paragraph
84         * bullet
85 this is a plain paragraph again
86         # number
87 ----
88 __Link tests__
89 # normal: HomePage
90 # in brackets: [HomePage] -- named: [the front page|HomePage]
91 # Link in brackets: [http://phpwiki.sourceforge.net/]
92 # Link outside brackets: http://phpwiki.sourceforge.net/
93 # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?HomePage
94 # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/
95 # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/]
96 # [URL with a WikiWord | http://phpwiki.sourceforge.net/phpwiki/index.php?RecentChanges]
97 # Javascript: [boo! | javascript:alert('oops') ]  (is now: named internal link)
98 # A [[Link] produces a [Link]
99 # A [Link] looks like this: [[Link]
100 # This is a [%%%] line break link
101 # Also this page is [[not linked to], and this one is !NotLinkedTo and this one neither !http://not.linked.to/.
102   * WikiName - WikiNameSameStem -- !!WikiName - !!WikiNameSameStem
103   * !!WikiName - !!WikiNameSameStem -- WikiName - WikiNameSameStem
104   * WikiNameSameStem - WikiName -- !!WikiNameSameStem - !!WikiName
105   * !!WikiNameSameStem - !!WikiName -- WikiNameSameStem - WikiName
106
107 ----
108 Markup tests:
109
110 __underscores for bold__
111
112 '''quotes for bold'''
113
114 ''quotes for italic''
115
116 __''underscores bold italic''__
117
118 '''''five quotes bold italic'''''
119
120 ''''''six quotes''''''
121
122 '''''Bold italic''' and italic'' (buggy)
123
124 '''Bold and ''bold-italic''''' (also buggy)
125
126 !!! h1
127
128 !! h2
129
130 ! h3
131
132 this is plain text with <br>%%%
133 a line break
134
135 look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
136
137 you cannot use &, < or >
138
139 ----
140 Usage in preformatted text:
141 <pre>
142  __underscores for bold__
143  '''quotes for bold'''
144  ''quotes for italic''
145  __''underscores bold italic''__
146  '''''five quotes bold italic'''''
147  ''''''six quotes''''''
148  !!! h1
149  !! h2
150  ! h3
151  this is plain text with <br>%%%
152  a line break
153  look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
154  you cannot use &, < or >
155 </pre>