]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki/formatting.mdwn
web commit by alccode
[ikiwiki.git] / doc / ikiwiki / formatting.mdwn
index 29dbce181563ce00af528ffe1cc9918e8da87e49..a5e8b7ce9e48262267f749a908d8795869df8dda 100644 (file)
@@ -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.