Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed Codehilite from tests. | Waylan Limberg | 2012-01-20 | 1 | -1/+1 |
| | | | | | | Codehilite generates differant output with differant versiosn of pygments. We support those various versions of pygments but can't unsure that the same version is always available on every platform tests are run on. | ||||
* | Support github-flavored markdown by making the '.' optional before language ↵ | Mike Dirolf | 2012-01-17 | 1 | -0/+3 |
| | | | | type. | ||||
* | Fenced code blocks need to end with a fence on its own line. | Mike Dirolf | 2012-01-17 | 1 | -0/+3 |
| | |||||
* | also undo changes to the test.cfg | Daniel Gottlieb | 2011-12-27 | 1 | -4/+0 |
| | |||||
* | Allow tildes or backticks in the fenced_code extension to support the syntax ↵ | Daniel Gottlieb | 2011-12-27 | 1 | -1/+5 |
| | | | | used by github | ||||
* | Added docs and tests to attr_list ext. Closes #7. | Waylan Limberg | 2011-06-20 | 1 | -0/+3 |
| | |||||
* | Skipping codehilite test as differant versions of pygments give slightly ↵ | Waylan Limberg | 2010-11-04 | 1 | -0/+2 |
| | | | | differant output and I'm tired of seeing the test fail when there is no real problem. | ||||
* | Moved test dir back out of markdown lib. We don't need to install the tests ↵ | Waylan Limberg | 2010-02-12 | 1 | -0/+17 |
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. |