diff options
| author | Waylan Limberg <waylan@gmail.com> | 2013-02-21 12:12:11 -0500 |
|---|---|---|
| committer | Waylan Limberg <waylan@gmail.com> | 2013-02-21 12:12:11 -0500 |
| commit | 96bdb78e148acff2a6ae7d425ef80ca8553aeff0 (patch) | |
| tree | 40d45d1089a3f505cbe8a2c5a400472e9e5e77d2 /docs | |
| parent | 8aa2fc7b5138fd97ded7dd1e70103532a9fd6583 (diff) | |
| download | python-markdown-96bdb78e148acff2a6ae7d425ef80ca8553aeff0.tar.gz | |
Update docs/index.txt
Clarify that strict 4 space indentation applies to nested lists.
Closes #193. Hopefully, people will read this in the docs before
filing bug reports in the future. One can dream.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt index 90accf2..d13ab0d 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -94,6 +94,10 @@ are summarized below: subsequent paragraphs of a list **must** be indented by four spaces or one tab. + The same strict behavior is enforced on nested lists in Python-Markdown. + A sublist item **must** be nested by at last four spaces. To do otherwise + would be considered a bug. + In the event that one would prefer different behavior, [tab_length](reference.html#tab_length) can be set to whatever length is desired. Be warned however, as this will affect indentation for all aspects |
