aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/em_strong.html
Commit message (Collapse)AuthorAgeFilesLines
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+10
| | | | 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 Limberg2009-06-051-10/+0
|
* Improved inline pattern regex for em & strong and added tests. Fixes Ticket ↵Waylan Limberg2009-03-301-0/+10
30 and other related issues. Note that I went with php's behavior rather than perl's when we have have three (ie.: *** or ___) without a closing three.