]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/TextFormattingRules
Fixed bug in the page source; the "Emphasis" section was not rendering
[SourceForge/phpwiki.git] / pgsrc / TextFormattingRules
1 ! Paragraphs\r
2 \r
3 * Don't indent paragraphs\r
4 * Words wrap and fill as needed\r
5 * Use blank lines as separators\r
6 * Four or more minus signs make a horizontal rule\r
7 * %%''''% makes a linebreak (in headings and lists too)\r
8 \r
9 \r
10 ! Lists\r
11 \r
12 * asterisk for first level\r
13 ** asterisk-asterisk for second level, etc.\r
14 * Use * for bullet lists, # for numbered lists (mix at will)\r
15 * semicolon-term-colon-definition for definition lists:\r
16 ;term here:definition here, as in the <DL><DT><DD> list\r
17 * One line for each item\r
18 * Other leading whitespace signals preformatted text, changes font.\r
19 \r
20 ! Headings\r
21 \r
22 * '!' at the start of a line makes a small heading\r
23 * '!!' at the start of a line makes a medium heading \r
24 * '!!!' at the start of a line makes a large heading\r
25 \r
26 ! Fonts\r
27 \r
28 * Indent with one or more spaces to use a monospace font:\r
29 \r
30  This is in monospace\r
31 This is not\r
32 \r
33 !Indented Paragraphs\r
34 \r
35 * semicolon-colon -- works like <BLOCKQUOTE>\r
36 \r
37 ;: this is an indented block of text\r
38 \r
39 ! Emphasis\r
40 \r
41 * Use doubled single-quotes ('____') for emphasis (usually ''italics'')\r
42 * Use doubled underscores (_''''_) for strong emphasis (usually __bold__)\r
43 * Mix them at will: __''bold italics''__\r
44 * ''Emphasis'' can be used ''multiple'' times within a line, but ''cannot'' cross line boundaries:\r
45 \r
46 ''this\r
47 will not work''\r
48 \r
49 ! References\r
50 * Hyperlinks to other pages within the Wiki are made by placing the page name in square brackets: [this is a page link] or UsingWikiWords (preferred)\r
51 * Hyperlinks to external pages are done like this: [http://www.wcsb.org/]\r
52 * You can name the links by providing a name, a bar (|) and then the hyperlink or pagename: [PhpWiki home page | http://phpwiki.sourceforge.net/]  - [the front page | FrontPage]\r
53 * You can suppress linking to old-style references and URIs by preceding the word with a '!', e.g. !NotLinkedAsWikiName, !http://not.linked.to/\r
54 * [1], [2], [3], [4] refer to remote references. Click EditLinks on the edit form to enter URLs. These differ from the newer linking scheme; references are unique to a page.\r
55 * Also, the old way of linking URL's is still supported: precede URLs with "http:", "ftp:" or "mailto:" to create links automatically as in: http://c2.com/\r
56 * URLs ending with .png, .gif, or .jpg are inlined if in square brackets, by themselves: [http://phpwiki.sourceforge.net/phpwiki/images/png.png]\r
57 \r
58 \r
59 ! HTML Mark-Up Language\r
60 \r
61 * Don't bother\r
62 * < and > are themselves\r
63 * The & characters will not work\r
64 * If you really must use HTML, your system administrator can enable this feature. Start each line with a bar (|). Note that this feature is disabled by default.\r