aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-313-3/+3
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-292-2/+0
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-2410-36/+6
* Flexible inline (#629)Isaac Muse2018-01-172-17/+0
* Correct spelling mistakes.Edward Betts2018-01-132-2/+2
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-062-10/+10
* Fix HTML parse with empty lines (#537)Isaac Muse2017-01-242-0/+22
* Fix hr recursion issue (#535)Isaac Muse2017-01-232-0/+15
* Better inline code escaping (#533)Isaac Muse2017-01-202-4/+6
* Fix image titles not following specfacelessuser2016-07-262-2/+8
* Issue #365 Bold/Italic nesting fixfacelessuser2014-11-172-1/+7
* Fix tail out of order issuefacelessuser2014-10-182-1/+4
* Better nested STRONG EM support.Waylan Limberg2014-09-262-0/+41
* Added some inline pattenr tests.Waylan Limberg2014-08-256-3/+17
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-212-10/+10
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-203-7/+0
* Improved multiline comment parsing.Waylan Limberg2014-01-124-8/+52
* No longer percent encode spaces in urls.Waylan Limberg2014-01-091-2/+2
* Only escape ESCAPED_CHARS.Waylan Limberg2014-01-092-0/+24
* Fixed parsing of brackets within inline image titles.Darell Tan2014-01-052-0/+21
* HtmlBlockProcessor preserves empty linesWaylan Limberg2013-02-072-8/+74
* Preserve whitespace in empty linesWaylan Limberg2013-02-072-0/+68
* Enable attributes inside image referencesAdam Backstrom2013-01-272-0/+5
* Fixed #153. Two spaces at end of paragraph is not a linebreak.Waylan Limberg2012-10-212-6/+3
* Fixed #152. Spaces in links are now escaped.Waylan Limberg2012-10-211-2/+2
* Fixed #151. Raw html matching is now case-insensitive.Waylan Limberg2012-10-212-1/+12
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-284-24/+24
* Add test for 5236a9838c580a17c3299efb97d9f41ce2a1efabCatalin Iacob2012-04-173-0/+7
* tests for 9852c2263ef7775d2a508a9c1721148cbf3ae258fin2012-04-112-0/+2
* Fixed #68. Blank line is not required after html comments.Waylan Limberg2011-12-293-2/+12
* Fixed #57. Multiline HTML Blocks no longer require a blank line after them.Waylan Limberg2011-12-293-2/+17
* Fixed #47. Improved HRProccessor.\n\nPython's re module does not support atom...Waylan Limberg2011-11-172-1/+7
* Fixed #31. Headers in tight lists now get inline patterns run on their tails....Waylan Limberg2011-07-212-4/+4
* Fixed #28. Inline raw html is now enclosed in p tags. This used to work. Some...Waylan Limberg2011-06-283-2/+4
* Added test for escaping chars in link urls. Closes #14 which was fixed in pre...Waylan Limberg2011-06-232-0/+10
* Added our own xhtml searializer. We no longer use a xml searializer to output...Waylan Limberg2011-06-162-4/+4
* Fixed #21. A header and paragraph not seperated by a blank line inside a list...Waylan Limberg2011-06-152-0/+34
* Fixed #19. Improved Start Emphasis regex.Waylan Limberg2011-06-072-1/+3
* Fixed #15. Setext Headers now work with any number of - or = characters.Waylan Limberg2011-06-012-1/+9
* Added new HTML5 block elements to known block level elementsHorst Gutmann2011-05-222-0/+30
* Made lazy ordered lists a settable option. The previous behavior (on) is the ...Waylan Limberg2011-04-291-2/+2
* fixed startindex reset in multiple ulRohan Jain2011-04-051-2/+2
* Added test files for bug fix to ticket 62Gerry LaMontagne2010-09-024-0/+70
* Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw...Waylan Limberg2010-07-142-1/+14
* Blockquoted text in the first item of a list is now placed in child p tag of theGerry LaMontagne2010-03-232-0/+55
* Fixed ticket 58. The first item of a looselist gets placed in p tags whenGerry LaMontagne2010-03-221-2/+4
* Fixed Ticket 57. Lists where the first line of an item is a nested item, now ...Waylan Limberg2010-03-192-0/+142
* Fixed Ticket 53. Nested lists no longer isorder items in certain edge cases. ...Waylan Limberg2010-03-152-0/+22
* Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml th...Waylan Limberg2010-03-152-1/+3
* Updated last failing test as we no longer need a demo of a failing test now t...Waylan Limberg2010-02-221-2/+2