diff options
-rw-r--r-- | markdown/extensions/sane_lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/sane_lists.py b/markdown/extensions/sane_lists.py index 23e9a7f..fda6638 100644 --- a/markdown/extensions/sane_lists.py +++ b/markdown/extensions/sane_lists.py @@ -4,7 +4,7 @@ Sane List Extension for Python-Markdown Modify the behavior of Lists in Python-Markdown t act in a sane manor. -In standard Markdown sytex, the following would constitute a single +In standard Markdown syntax, the following would constitute a single ordered list. However, with this extension, the output would include two lists, the first an ordered list and the second and unordered list. |