aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/sane_lists.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2014-02-16 08:53:16 -0500
committerWaylan Limberg <waylan@gmail.com>2014-02-16 08:53:16 -0500
commit9a03243ff51ce2e868cfd2de713d7de6ae84140e (patch)
tree9c81612ef756024dd205022d250fc65e2e11eb3a /docs/extensions/sane_lists.txt
parentfefe904ca9175ab390a8a0868e810a41945cdd8f (diff)
parentaff7cabd5fa16daff866c06e056804d3f6f42500 (diff)
downloadmarkdown-9a03243ff51ce2e868cfd2de713d7de6ae84140e.tar.gz
markdown-9a03243ff51ce2e868cfd2de713d7de6ae84140e.tar.bz2
markdown-9a03243ff51ce2e868cfd2de713d7de6ae84140e.zip
Merge pull request #288 from lahwaacz/master
docs: improved documentation
Diffstat (limited to 'docs/extensions/sane_lists.txt')
-rw-r--r--docs/extensions/sane_lists.txt16
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/extensions/sane_lists.txt b/docs/extensions/sane_lists.txt
index 7e67e1f..13fa9fe 100644
--- a/docs/extensions/sane_lists.txt
+++ b/docs/extensions/sane_lists.txt
@@ -10,7 +10,7 @@ Sane Lists
Summary
-------
-The Sane Lists Extension alters the behavior of the Markdown List syntax
+The Sane Lists extension alters the behavior of the Markdown List syntax
to be less surprising.
This extension is included in the standard Markdown library.
@@ -67,15 +67,7 @@ In all other ways, Sane Lists should behave as normal Markdown lists.
Usage
-----
-From the Python interpreter:
+See [Extensions](index.html) for general extension usage, specify `sane_lists`
+as the name of the extension.
- >>> html = markdown.markdown(text, ['sane_lists'])
-
-To use with other extensions, just add them to the list, like this:
-
- >>> html = markdown.markdown(text, ['def_list', 'sane_lists'])
-
-The extension can also be called from the command line using Markdown's `-x`
-parameter:
-
- python -m markdown -x sane_lists source.txt > output.html
+This extension does not accept any special configuration options.