Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored HeaderId extension to no longer include defining ids. It only ↵ | Waylan Limberg | 2011-06-30 | 1 | -1/+2 |
| | | | | 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 | 1 | -17/+2 |
| | | | | and allowing us to use it. | ||||
* | Added documentation for the rest of the extensions included with the ↵ | Waylan Limberg | 2009-03-19 | 1 | -1/+1 |
| | | | | distribution. | ||||
* | 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. |