aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/sane_lists.md
Commit message (Collapse)AuthorAgeFilesLines
* Refactored Docs to use Sphinx styled template.Waylan Limberg2012-03-011-0/+6
| | | | | | This is not a full Sphinx implementation. Just a limited implementation which converts our markdown source filed to work with the default css for Sphinx so it looks like Pythons docs.
* Fixes #64. Added sane_list extension.Waylan Limberg2012-01-241-0/+75
This is an extension which alters the behavior of lists to be less surprising. If turned out to be rather simple to code. I'm surprised no one had written it yet. I should note that this extension does not generate separate lists if different unordered list markers are used (`*` verses `-` verses `+`) The way the parser works that would be a little more tricky.