diff options
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 |