diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 05:24:01 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 05:24:01 +0000 |
commit | 3fb1893fb120ce04382136cc7d2980adbab75c9d (patch) | |
tree | 793aef3ca57f7b9e1a759c114a82a1ab4145efdc | |
parent | 58fafcea44f213dcff1789b04205a616a84e63a8 (diff) |
web commit from 66.118.98.137:
-rw-r--r-- | doc/features.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn new file mode 100644 index 000000000..735f4a173 --- /dev/null +++ b/doc/features.mdwn @@ -0,0 +1,14 @@ +Currently implemented: + +* [[MarkDown]] + + ikiwiki supports pages using [[MarkDown]] as their markup language. Any + page with a filename ending in ".mdwn" is converted from markdown to html + by ikiwiki. Markdown understands text formatted as it would be in an email, + and is quite smart about converting it to html. The only additional markup + provided by ikiwiki aside from regular markdown is the [[WikiLink]]. + +---- + + +[[TODO]]
\ No newline at end of file |