diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-02-27 12:52:02 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-02-27 12:52:02 -0500 |
commit | 26ebafb3b86b224c2acad29bf4d4314a3242189a (patch) | |
tree | eb3ae02a639e724b794319f8884698b14385f3a9 /docs/extensions/index.txt | |
parent | 52613ceeed7b022a799be7b52775c8705133eca7 (diff) | |
download | markdown-26ebafb3b86b224c2acad29bf4d4314a3242189a.tar.gz markdown-26ebafb3b86b224c2acad29bf4d4314a3242189a.tar.bz2 markdown-26ebafb3b86b224c2acad29bf4d4314a3242189a.zip |
Tweaked the docs some more.
Diffstat (limited to 'docs/extensions/index.txt')
-rw-r--r-- | docs/extensions/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/index.txt b/docs/extensions/index.txt index 99ca8c7..934c1d6 100644 --- a/docs/extensions/index.txt +++ b/docs/extensions/index.txt @@ -20,7 +20,7 @@ See the [Library Reference](../reference.html#extensions) for more details. From the command line, specify an extension with the `-x` option. - python -m markdown -x footnotes -x tables input.txt > output.html + $ python -m markdown -x footnotes -x tables input.txt > output.html See the [Command Line docs](../cli.html) or use the `--help` option for more details. |