aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Renamed *.txt -> *.md in docs.Waylan Limberg2011-08-2318-27/+0
|
* Refactored HeaderId extension to no longer include defining ids. It only ↵Waylan Limberg2011-06-302-48/+50
| | | | autogenerates ids. If you want to define your own, use the attr_list extension. Also expanded HeaderId extension to use the same algorithm as the TOC extension (which is better) for slugifying the header text. Added config settings to override the default word separator and the slugify callable. Closes #16 as the reported bug is for a removed feature.
* Added nl2br extension. Closes #13. Thanks to Brian Neal for writing the code ↵Waylan Limberg2011-06-212-17/+21
| | | | and allowing us to use it.
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2011-06-201-0/+7
|\
| * Minor Doc update. Fixed a typo in previous commit.Waylan Limberg2011-06-201-1/+1
| |
| * allow language guessing to be disabled by passing a setting to CodeHilite - ↵Rob McBroom2011-06-191-0/+7
| | | | | | | | closes #24
* | Added docs and tests to attr_list ext. Closes #7.Waylan Limberg2011-06-201-0/+74
|/
* Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we ↵Waylan Limberg2011-06-072-0/+31
| | | | now include smart handling of double underscores (not just single underscores). The new behavior may be called seperately as the 'smart_strong' extension or as part of the 'extra' extension.
* Fixed a documentation error with recent wikilinks update and added a ↵Waylan Limberg2009-03-211-1/+1
| | | | regression test to make sure it continues to work.
* Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ↵Waylan Limberg2009-03-201-0/+16
| | | | default, added a config which accepts a callable to replace the default. Updated tests and docs.
* Added documentation for the rest of the extensions included with the ↵Waylan Limberg2009-03-198-1/+469
| | | | distribution.
* Added documentation for Extra Extension and all the extentions it supports. ↵Waylan Limberg2009-03-187-0/+433
| | | | Still need to do non-extra extensions.
* Added extension subdir to docs with index listing all included extensions. ↵Waylan Limberg2009-03-171-0/+44
Now we just need to document each one.