diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-02-19 16:33:36 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-02-19 16:33:36 -0500 |
commit | 8aa2fc7b5138fd97ded7dd1e70103532a9fd6583 (patch) | |
tree | a85aec909892c3e9ca08d23369f0e743e3beb177 /docs/extensions/abbreviations.txt | |
parent | 3b732805676969fdf61ac3214c42ab94e96da0ea (diff) | |
download | markdown-8aa2fc7b5138fd97ded7dd1e70103532a9fd6583.tar.gz markdown-8aa2fc7b5138fd97ded7dd1e70103532a9fd6583.tar.bz2 markdown-8aa2fc7b5138fd97ded7dd1e70103532a9fd6583.zip |
Various changes to docs for updated changes, clarity, and to fix typos.
Diffstat (limited to 'docs/extensions/abbreviations.txt')
-rw-r--r-- | docs/extensions/abbreviations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/abbreviations.txt b/docs/extensions/abbreviations.txt index fa38f50..21d90bf 100644 --- a/docs/extensions/abbreviations.txt +++ b/docs/extensions/abbreviations.txt @@ -56,4 +56,4 @@ To use with other extensions, just add them to the list, like this: Abbreviations can also be called from the command line using Markdown's `-x` parameter, like so: - markdown.py -x abbr source.txt > output.html + python -m markdown -x abbr source.txt > output.html |