Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into admonition | Tiago Serafim | 2013-02-09 | 1 | -1/+14 |
|\ | | | | | | | | | | | Conflicts: docs/extensions/index.txt tests/extensions/test.cfg | ||||
| * | Testing framework now runs on Python 2 & 3 unmodified. | Waylan Limberg | 2012-12-14 | 1 | -0/+1 |
| | | |||||
| * | Fixed #165. Switched the order of treeprocessors when attr_list and headerid ↵ | Waylan Limberg | 2012-12-13 | 1 | -0/+12 |
| | | | | | | | | extensions are used togeather. While this means headerid may alter IDs defined in attr_lists for uniqueness, automaticaly generated ids will not contain unparsed attr_lists. This is the lesser of two evils - and actually generates a more valid output (all IDs will be unique) | ||||
| * | Fixed CodeHilite test when pygments is not installed. | Waylan Limberg | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | More tests for the extension and new tests for the RE. It's now possible to ↵ | Tiago Serafim | 2012-09-19 | 1 | -21/+9 |
| | | | | | | | | use an explicit blank title to not have the <p> tag with the title rendered. | ||||
* | | Removed the configs. | Tiago Serafim | 2012-09-08 | 1 | -10/+1 |
| | | |||||
* | | Initial version with insufficient tests and no docs. | Tiago Serafim | 2012-09-02 | 1 | -10/+46 |
|/ | |||||
* | Fixed #114. Converted doctests to unittests. While I left the doctests there ↵ | Waylan Limberg | 2012-07-26 | 1 | -0/+275 |
for documentation purposes, they are no longer being run. Perhaps I'll delete them later and add links to the online docs or something. |