Horizontal ruler:
----gives you:
Paragraphs are delimitted by a blank line.
This is Paragraph 1 This is Paragraph 2gives you:
This is Paragraph 1
This is Paragraph 2
Forced Line Break:
This is first line,\\this is second line!
gives you:
This is first line,
this is second line!
Hyperlinks
[~Main] , [http://www.mssl.ucl.ac.uk], [~GeneralEditSkills#~]gives you:
~Main , http://www.mssl.ucl.ac.uk, ~GeneralEditSkills#~
however,
[[link]gives you:
[link]
[MSSL Homepage|http://www.mssl.ucl.ac.uk]gives you:
!small !!medium !!!largegives you:
Bulleted lists have * in the first column:
(Use more ** for deeper indentations)
* Item one ** Item two * Item threegives you:
# MSSL # NAOJ # NRLgives you:
{{monospaced text with wiki markup}}gives you:
monospaced text with wiki markup
{{{ this is code block!}}} gives you:
this is code block!
Text CSS Styles
start: %%css-class or %%(css-style)
end: %% or /% or %~<space>
examples:
%%small text %% renders as text
%%sub subscript %% like in aij = aji
%%sup superscript %% like in 23 = 8
%%strike strikethrough %% renders as strikethrough
%%center ... %% for centered text
%%invisible ... %% to hide parts of a page
your owb customed css stye:
%%(font-size:150%;color:red;) Hello, world! %%gives you: