Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved test dir back out of markdown lib. We don't need to install the tests ↵ | Waylan Limberg | 2010-02-12 | 1 | -0/+2 |
| | | | | in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. | ||||
* | Moves tests to a subdir of the markdown lib. | Waylan Limberg | 2009-06-05 | 1 | -2/+0 |
| | |||||
* | Added optional HTML 4 output. Available formats currently include XHTML 1 ↵ | Eric Abrahamsen | 2009-01-28 | 1 | -0/+2 |
and HTML 4. Thanks to Eric Abrahamsen for doing the legwork and providing an initial working patch. And thanks to Fredrik Lundh for allowing us to include his html4 serializer from the ElementTree 1.3 preview. |