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