diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/formatting.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ikiwiki/formatting.mdwn b/doc/ikiwiki/formatting.mdwn index 29dbce181..a5e8b7ce9 100644 --- a/doc/ikiwiki/formatting.mdwn +++ b/doc/ikiwiki/formatting.mdwn @@ -7,6 +7,12 @@ called [[MarkDown]], and it works like this: Leave blank lines between paragraphs. +<h1>test h1</h1> +<p>paragraph1. yay and so on.</p> +<p>paragraph 2. etc. etc.</p> +<hr> +<p>did you see hr?</p> + You can \**emphasise*\* or \*\***strongly emphasise**\*\* text by placing it in single or double asterisks. |