Chris@0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
Chris@0
|
2 <html xmlns="http://www.w3.org/1999/xhtml">
|
Chris@0
|
3 <head>
|
Chris@0
|
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
Chris@0
|
5 <meta http-equiv="Content-Style-Type" content="text/css" />
|
Chris@0
|
6 <title>Wiki formatting</title>
|
Chris@0
|
7 <style type="text/css">
|
Chris@0
|
8 h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; }
|
Chris@0
|
9 body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; }
|
Chris@0
|
10 table th { padding-top: 1em; }
|
Chris@0
|
11 table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;}
|
Chris@0
|
12 table td code { font-size: 1.2em; }
|
Chris@0
|
13 table td h1 { font-size: 1.8em; text-align: left; }
|
Chris@0
|
14 table td h2 { font-size: 1.4em; text-align: left; }
|
Chris@0
|
15 table td h3 { font-size: 1.2em; text-align: left; }
|
Chris@0
|
16
|
Chris@0
|
17 </style>
|
Chris@0
|
18 </head>
|
Chris@0
|
19 <body>
|
Chris@0
|
20
|
Chris@0
|
21 <h1>Wiki Syntax Quick Reference</h1>
|
Chris@0
|
22
|
Chris@0
|
23 <table width="100%">
|
Chris@0
|
24 <tr><th colspan="3">Font Styles</th></tr>
|
Chris@0
|
25 <tr><th><img src="../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr>
|
Chris@0
|
26 <tr><th><img src="../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
|
Chris@0
|
27 <tr><th><img src="../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
|
Chris@0
|
28 <tr><th><img src="../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
|
Chris@0
|
29 <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr>
|
Chris@0
|
30 <tr><th><img src="../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>@Inline Code@</td><td><code>Inline Code</code></td></tr>
|
Chris@0
|
31 <tr><th><img src="../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td><pre><br /> lines<br /> of code<br /></pre></td><td>
|
Chris@0
|
32 <pre>
|
Chris@0
|
33 lines
|
Chris@0
|
34 of code
|
Chris@0
|
35 </pre>
|
Chris@0
|
36 </td></tr>
|
Chris@0
|
37
|
Chris@0
|
38 <tr><th colspan="3">Lists</th></tr>
|
Chris@0
|
39 <tr><th><img src="../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />* Item 2</td><td><ul><li>Item 1</li><li>Item 2</li></ul></td></tr>
|
Chris@0
|
40 <tr><th><img src="../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br /># Item 2</td><td><ol><li>Item 1</li><li>Item 2</li></ol></td></tr>
|
Chris@0
|
41
|
Chris@0
|
42 <tr><th colspan="3">Headings</th></tr>
|
Chris@0
|
43 <tr><th><img src="../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Heading 1" /></th><td>h1. Title 1</td><td><h1>Title 1</h1></td></tr>
|
Chris@0
|
44 <tr><th><img src="../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>h2. Title 2</td><td><h2>Title 2</h2></td></tr>
|
Chris@0
|
45 <tr><th><img src="../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>h3. Title 3</td><td><h3>Title 3</h3></td></tr>
|
Chris@0
|
46
|
Chris@0
|
47 <tr><th colspan="3">Links</th></tr>
|
Chris@0
|
48 <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr>
|
Chris@0
|
49 <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr>
|
Chris@0
|
50
|
Chris@0
|
51 <tr><th colspan="3">Redmine links</th></tr>
|
Chris@0
|
52 <tr><th><img src="../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr>
|
Chris@0
|
53 <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr>
|
Chris@0
|
54 <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
|
Chris@0
|
55 <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
|
Chris@0
|
56 <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
|
Chris@0
|
57
|
Chris@0
|
58 <tr><th colspan="3">Inline images</th></tr>
|
Chris@0
|
59 <tr><th><img src="../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr>
|
Chris@0
|
60 <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr>
|
Chris@0
|
61 </table>
|
Chris@0
|
62
|
Chris@0
|
63 <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p>
|
Chris@0
|
64
|
Chris@0
|
65 </body>
|
Chris@0
|
66 </html>
|