aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-10-05 11:54:25 -0300
committerWaylan Limberg <waylan@gmail.com>2011-10-05 11:54:25 -0300
commitbc0d22c2908b07ed10a1178adbda5354a7ae4ffd (patch)
tree4f955a0cac6e54a007033f5efcd6c2edf6690269 /docs
parentab1d9f15546b1c2a161bb56058f5f6c825579234 (diff)
downloadmarkdown-bc0d22c2908b07ed10a1178adbda5354a7ae4ffd.tar.gz
markdown-bc0d22c2908b07ed10a1178adbda5354a7ae4ffd.tar.bz2
markdown-bc0d22c2908b07ed10a1178adbda5354a7ae4ffd.zip
Made a few minor edits to command line docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/command_line.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/command_line.md b/docs/command_line.md
index 4ade8c1..b999ca6 100644
--- a/docs/command_line.md
+++ b/docs/command_line.md
@@ -90,12 +90,12 @@ Using Extensions
----------------
For an extension to be run from the command line it must be provided in a module
-which should be in your python path (see [[writing_extensions]] for details).
-It can then be invoked by the name of that module:
+which should be in your python path (see [writing_extensions](writing_extensions.html)
+for details). It can then be invoked by the name of that module:
- $ markdown -x footnotes text_with_footnotes.txt > output.html
+ $ markdown_py -x footnotes text_with_footnotes.txt > output.html
If the extension supports config options, you can pass them in as well:
- $ markdown -x "footnotes(PLACE_MARKER=~~~~~~~~)" input.txt
+ $ markdown_py -x "footnotes(PLACE_MARKER=~~~~~~~~)" input.txt