syntax used in wiki:
Coming from [wiki site|http://phpwiki.sourceforge.net/phpwiki/index.php?TextFormattingRules].
Paragraphs
*Don't indent paragraphs. Use blank lines as separators.
*Words wrap and fill automatically.
*Three percent signs (%) will generate a linebreak (like
).
*Four or more minus signs make a horizontal rule.
Lists
*Begin a line with * to create an unordered list item.
*Use ** for the second level, etc.
*Use "*" for bullet lists, "1" or "#" for numbered lists (mix at will).
*3spaces-Term:-3spaces Definition for definition lists
Use one line for each list item. %%%
Other leading whitespace signals preformatted text, changes font.
Fonts
*Indent with one or more spaces to use a monospace font:
Indented Paragraphs (Quotes)
*You can simulate:
*As an element of language, a pattern is an instruction, which shows how this spatial configuration can be used, over and over again, to resolve the given system of forces, wherever the context makes it relevant.
%%%
like this: %%%
3spaces space ":" 3spaces %%%
This works because: it's an HTML hack %%%
you are realy using the
does. The DL (Definition List) is one of the more obscure HTML features and is rarely used: Emphasis *Use doubled single-quotes ('') for emphasis (usually italics). *Use doubled underscores (__) for emphasis (usually italics) Use tripled single-quotes (''') for strong emphasis (usually bolds). Use tripled underscores (___) for strong emphasis (usually bolds) Use five single-quotes ('), or triples within doubles, for some other kind of emphasis (BoldItalic), but be careful about the bugs in the emphasis logic... you can mix underscores and quotes as well (___'') - that's the easiest way Emphasis can be used multiple times within a line, but cannot cross line boundaries. References You can also use words or phrases in brackets [] for the same effect. URLs ending with .png cause images to be inserted into the page. Alternately, just type a full URL (this method won't create inline images): http://c2.com/ mailto:swain@wcsb.org http://www.redhat.com/ Mark-Up Language Please, don't bother. But if you must you can inline HTML by starting lines with a bar (|) if it's enabled (it's not enabled by default). Otherwise, < and > are themselves and & characters will not work. Misc:"!", "!!", "!!!" make headings, "%%%" makes a linebreak, "----" makes a horizontal rule, escape "[" with "[[" %%% are linebreaks (
): mytext on a line%%%the rest of my text. center ---this line will be centered---