aboutsummaryrefslogtreecommitdiffstats
path: root/tests/markdown-test
Commit message (Expand)AuthorAgeFilesLines
* Fixed BlockParser to parse code blocks nested in list items and added a test....Waylan Limberg2008-11-182-0/+24
* Replaced indentation with linebreaks only. At least its more consistant - and...Waylan Limberg2008-09-0311-167/+85
* Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. NowWaylan Limberg2008-08-229-519/+267
* Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> t...Waylan Limberg2008-08-225-55/+91
* Fixed up some more tests - renamed misspelled filenames and removed executabl...Waylan Limberg2008-08-224-0/+0
* A lot of bug fixes, added ElementTree support for extensions, some new tests.Artem Yunusov2008-07-312-0/+11
* Output bug fixed(stripping text data at the end of processing in _processPlac...Artem Yunusov2008-07-154-221/+227
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ...Artem Yunusov2008-07-1419-1297/+1176
* Code blocks escaping bug fixed. Some test suite modifications.Artem Yunusov2008-07-032-42/+22
* New mechanism for processing Inline Patterns.Artem Yunusov2008-07-021-18/+18
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-191-19/+19
* Some tests I forgot to checking with recent commits.Waylan Limberg2008-03-032-4/+10
* Fixed bugs involving greedy/non-greedy regexesDavid Wolever2008-02-291-20/+0
* No longer replacing " with @quot;. Fixes [1862742]Waylan Limberg2008-02-094-80/+77
* Adjustments to match unicode policy as discussed on list and other minor Waylan Limberg2007-12-131-19/+19
* Added support for images inside links and updated tests. Fixes [1458136].Waylan Limberg2007-11-291-15/+15
* Footnotes that end in anyting but a <p> (list, blockquote, codeblock) now haveWaylan Limberg2007-11-291-19/+19
* Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank...Waylan Limberg2007-10-111-7/+2
* Added test casesYuri Takhteyev2007-03-2540-0/+3603