]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/ikiwiki/formatting.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / ikiwiki / formatting.mdwn
index 8b74cd73d7cf9323e40cdf1a7ca2ede961d85b9b..0b9b86c4c10f03da1778a8caf9f04ddf74b5bae2 100644 (file)
@@ -7,7 +7,7 @@ called [[MarkDown]], and it works like this:
 
 Leave blank lines between paragraphs.
 
-You can \**emphasise*\* or \*\***strongly emphasise**\*\* text by placing it
+You can *\*emphasise\** or **\*\*strongly emphasise\*\*** text by placing it
 in single or double asterisks.
 
 To create a list, start each line with an asterisk:
@@ -77,7 +77,7 @@ you use the following additional features:
 
 * Insert various [[directives|directive]] onto a page to perform useful
   actions.
-[[!if test="enabled(toc) or enabled(meta) or (enabled(inline) and blog)" then="""
+[[!if test="enabled(toc) or enabled(meta) or enabled(inline)" then="""
   For example, you can:
 """]]
 
@@ -94,7 +94,7 @@ you use the following additional features:
        \[[!meta title="full page title"]]
 """]]
 
-[[!if test="enabled(inline) and blog" then="""
+[[!if test="enabled(inline)" then="""
   * Create a blog by inlining a set of pages:
 
        \[[!inline pages="blog/*"]]
@@ -104,3 +104,11 @@ you use the following additional features:
   Full list of [[directives|directive]] enabled for this wiki:
   [[!listdirectives ]]
 """]]
+[[!comment  format=mdwn
+username="foo"
+subject="Bar"
+date="2009-06-02T19:05:01Z"
+content="""
+Blah blah.
+"""
+]]