]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/read_markdown.md
Remove lots of documentation typos.
[webber.git] / in / plugins / read_markdown.md
index c9682a9a6f7a6e2774ed0fa96032dc73d2f438c6..ecc13315a39cd04a8cf2cd4c08ced85f6be36d33 100644 (file)
@@ -10,7 +10,7 @@ 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:
 
@@ -27,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 =