aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic/backlash-escapes.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #39. Refactored escaping so that it only escapes a predifined set of ↵Waylan Limberg2011-08-171-1/+0
| | | | chars (the set defined by JG in the syntax rules). All other backslashes are passed through unaltered by the parser. If extensions want to add to the escapable chars, they can append to the list at markdown.ESCAPED_CHARS.
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+67
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.