diff options
-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 |