]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/TestPage
Changed occurances of *php3 to *php.
[SourceForge/phpwiki.git] / pgsrc / TestPage
1 \r
2 \r
3  New lists: astericks and hash marks\r
4 * bullet\r
5 * l1\r
6 ** l2\r
7 ** l2\r
8 *** l3\r
9 # one\r
10 #two\r
11 #three\r
12 *****l5\r
13 ***l3\r
14 *l1\r
15  preformatted text\r
16 **    l2\r
17 ----\r
18         * level 1\r
19         * l1\r
20                 *l2\r
21                 *l2\r
22                         *l3\r
23                         *l3\r
24                                 *l4\r
25                         *l3\r
26                                         *l5\r
27                         *l3\r
28         #one\r
29         #two\r
30                 #one\r
31                 #two\r
32         *l1\r
33                 #three\r
34                 #four\r
35         *l1\r
36                 *l2\r
37                 # one\r
38                 # two\r
39 \r
40  preformatted text\r
41  some more text\r
42 \r
43         *l1\r
44                                 *l4\r
45         # number\r
46         # number\r
47 this is a plain paragraph\r
48         * bullet\r
49 this is a plain paragraph again\r
50         # number\r
51 ----\r
52 __Link tests__\r
53 # FrontPage\r
54 # [FrontPage]\r
55 # Link in brackets: [http://phpwiki.sourceforge.net]\r
56 # Link outside brackets: http://phpwiki.sourceforge.net/\r
57 # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?FrontPage\r
58 # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/\r
59 # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/]\r
60 # [URL with a WikiWord | http://phpwiki.sourceforge.net/phpwiki/index.php?RecentChanges]\r
61 # Javascript: [boo! | javascript:alert('oops') ] \r
62 # A [[Link] produces a [Link]\r
63 # A [Link] looks like this: [[link]\r
64 # This is a [%%%] line break link\r
65 \r
66 Also this page is [[not linked to], and this one is !NotLinkedTo.\r
67 \r
68 ----\r
69  Markup tests:\r
70 __underscores for bold__\r
71 \r
72 '''quotes for bold'''\r
73 \r
74 ''quotes for italic''\r
75 \r
76 __''underscores bold italic''__\r
77 \r
78 '''''five quotes bold italic'''''\r
79 \r
80 ''''''six quotes''''''\r
81 \r
82 '''''Bold italic''' and italic'' (buggy)\r
83 \r
84 '''Bold and ''bold-italic''''' (also buggy)\r
85 \r
86 ! h1\r
87 \r
88 !! h2\r
89 \r
90 !!! h3\r
91 \r
92 this is plain text with <br>%%%\r
93 a line break\r
94 \r
95 look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>\r
96 \r
97 you cannot use &, < or >\r
98 \r
99 ----\r
100  preformatted text:\r
101  \r
102  __underscores for bold__\r
103  \r
104  '''quotes for bold'''\r
105  \r
106  ''quotes for italic''\r
107  \r
108  __''underscores bold italic''__\r
109  \r
110  '''''five quotes bold italic'''''\r
111  \r
112  ''''''six quotes''''''\r
113  \r
114  ! h1\r
115  \r
116  !! h2\r
117  \r
118  !!! h3\r
119  \r
120  this is plain text with <br>%%%\r
121  a line break\r
122  \r
123  look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>\r
124  \r
125  you cannot use &, < or >\r
126  \r