aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/test.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Removed Codehilite from tests.Waylan Limberg2012-01-201-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 Dirolf2012-01-171-0/+3
| | | | type.
* Fenced code blocks need to end with a fence on its own line.Mike Dirolf2012-01-171-0/+3
|
* also undo changes to the test.cfgDaniel Gottlieb2011-12-271-4/+0
|
* Allow tildes or backticks in the fenced_code extension to support the syntax ↵Daniel Gottlieb2011-12-271-1/+5
| | | | used by github
* Added docs and tests to attr_list ext. Closes #7.Waylan Limberg2011-06-201-0/+3
|
* Skipping codehilite test as differant versions of pygments give slightly ↵Waylan Limberg2010-11-041-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 Limberg2010-02-121-0/+17
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.