Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored HeaderId extension to no longer include defining ids. It only ↵ | Waylan Limberg | 2011-06-30 | 2 | -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 Limberg | 2011-06-21 | 2 | -17/+21 |
| | | | | and allowing us to use it. | ||||
* | Merge branch 'master' of https://github.com/waylan/Python-Markdown | Waylan Limberg | 2011-06-20 | 1 | -0/+7 |
|\ | |||||
| * | Minor Doc update. Fixed a typo in previous commit. | Waylan Limberg | 2011-06-20 | 1 | -1/+1 |
| | | |||||
| * | allow language guessing to be disabled by passing a setting to CodeHilite - ↵ | Rob McBroom | 2011-06-19 | 1 | -0/+7 |
| | | | | | | | | closes #24 | ||||
* | | Added docs and tests to attr_list ext. Closes #7. | Waylan Limberg | 2011-06-20 | 1 | -0/+74 |
|/ | |||||
* | Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we ↵ | Waylan Limberg | 2011-06-07 | 2 | -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 Limberg | 2009-03-21 | 1 | -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 Limberg | 2009-03-20 | 1 | -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 Limberg | 2009-03-19 | 8 | -1/+469 |
| | | | | distribution. | ||||
* | Added documentation for Extra Extension and all the extentions it supports. ↵ | Waylan Limberg | 2009-03-18 | 7 | -0/+433 |
| | | | | Still need to do non-extra extensions. | ||||
* | Added extension subdir to docs with index listing all included extensions. ↵ | Waylan Limberg | 2009-03-17 | 1 | -0/+44 |
Now we just need to document each one. |