]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/TextFormattingRules
This commit was generated by cvs2svn to compensate for changes in r2,
[SourceForge/phpwiki.git] / pgsrc / TextFormattingRules
1 '''Paragraphs'''
2
3         * Don't Indent paragraphs
4
5         * Words wrap and fill as needed
6
7         * Use blank lines as separators
8
9         * Four or more minus signs make a horizontal rule
10
11
12
13 '''Lists'''
14
15         * tab-* for first level
16
17                 * tab-tab-* for second level, etc.
18
19         * Use * for bullet lists, 1. for numbered lists (mix at will)
20
21         * tab-Term:-tab Definition for definition lists
22
23         * One line for each item
24
25         * Other leading whitespace signals preformatted text, changes font.
26
27 '''Fonts'''
28         * Indent with one or more spaces to use a monospace font:
29
30  This is in monospace
31 This is not
32
33
34
35 '''Indented Paragraphs'''
36 ''(Quotes)''
37
38         * tab-space-:-tab -- often used (with emphasis) for quotations.  (See SimulatingQuoteBlocks)
39
40
41
42 '''Emphasis'''
43
44         * Use doubled single-quotes ('') for emphasis (usually italics)
45
46         * Use tripled single-quotes (''') for strong emphasis (usually bold)
47
48         * Use five single-quotes ('''''), or triples within doubles, for some other kind of emphasis (BoldItalicInWiki), but be careful about the bugs in the Wiki emphasis logic...
49
50         * Emphasis can be used multiple times within a line, but cannot cross line boundaries
51
52
53
54 '''References'''
55
56         * JoinCapitalizedWords to make local references
57
58         * [1], [2], [3], [4] refer to remote references. Click EditLinks on the edit form to enter URLs
59
60         * Or precede URLs with "http:", "ftp:" or "mailto:" to create links automatically as in: http://c2.com/
61
62         * URLs ending with .gif are inlined ''if inserted as a remote reference'' 
63
64
65 '''Mark-Up Language'''
66
67         * Don't bother
68
69         * < and > are themselves
70
71         * The & characters will not work
72
73         * If you really must use HTML, start each line with a bar (|). Note that this featured must be enabled by the system administrator.
74
75