aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/underscores.html
Commit message (Collapse)AuthorAgeFilesLines
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-311-1/+1
| | | | | | | | | The smart_strong extension has been removed and its behavior is now the default (smart em and smart strong are the default). The legacy_em extension restores legacy behavior (no smart em or smart strong). This completes the removal of keywords. All parser behavior is now modified by extensions, not by keywords on the Markdown class.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-4/+1
| | | | and it better matches other markdown implementations. Also updated tests.
* Output bug fixed(stripping text data at the end of processing in ↵Artem Yunusov2008-07-151-4/+5
| | | | _processPlaceholders). Ticket #5 fixed.
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵Artem Yunusov2008-07-141-15/+8
| | | | test suite for ElementTree output.
* Added test casesYuri Takhteyev2007-03-251-0/+15