]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/read_markdown.md
Merge branch 'upstream'
[webber.git] / in / plugins / read_markdown.md
index d042adfc23c5f1bbf3d5e372baecbf469be97b1b..ecc13315a39cd04a8cf2cd4c08ced85f6be36d33 100644 (file)
@@ -1,14 +1,16 @@
 title: Read Markdown
 linktitle: read_markdown.py
 parent: Plugins
+lang: en
 ctime: 2009-06-26
+mtime: 2009-06-26
 
 This plugin reads "`*.md`" files and converts them to HTML.
 
 "[[Markdown|http://daringfireball.net/projects/markdown/]]" is a wiki-like
 text format. The plugin "`read_markdown.py`" doesn't use the 
 standard Python module "`markdown`", but instead the faster and simpler
-[[markdown2|http://code.google.com/p/python-markdown2/]] modoule.
+[[markdown2|http://code.google.com/p/python-markdown2/]] module.
 
 A sample "`test.md`" document looks like this:
 
@@ -25,7 +27,7 @@ A sample "`test.md`" document looks like this:
        Don't send me spam, *ever*!
 
 You'll find more about "`title:`", "`parent:`" and "`ctime:`" in the
-[[page format|pageformat.html]] description.
+[[page format|pageformat]] description.
 
 = Modifications =