aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* toc: insert `¶` instead of raw unicode characterDmitry Shachnev2013-09-291-4/+4
* Add tests for the previous two commitsDmitry Shachnev2013-09-254-10/+23
* Ensure each term on def list maintains its own loose status.Waylan Limberg2013-09-022-1/+22
* Allow extensions to register serializersWaylan Limberg2013-08-071-0/+18
* Serializers now preserve case of tags.Waylan Limberg2013-08-071-0/+32
* HeaderID Ext now handles raw html in ids. Fixes #232Waylan Limberg2013-07-281-0/+12
* Some fixes requested by @waylan, cleanup and tests improvementsDmitry Shachnev2013-07-272-2/+11
* Add smarty extension, based on SmartyPants libraryDmitry Shachnev2013-07-263-0/+38
* Added support for attr_lists on definition list terms.Waylan Limberg2013-07-193-2/+22
* Allow inline attr_lists at end of header.Waylan Limberg2013-07-192-2/+2
* Attr_List Extension now also supports nested ol's.Waylan Limberg2013-07-192-1/+43
* MetaData no longer fails with no newline. Fixes #228.Waylan Limberg2013-07-031-0/+7
* Attr_List Extension now support attr_lists on nested lists.Waylan Limberg2013-06-162-1/+23
* AbbrExtension now handles abbreviations nested in other markup.Waylan Limberg2013-06-161-0/+9
* Remove some unused importsDmitry Shachnev2013-03-231-1/+0
* Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 ...Waylan Limberg2013-03-131-21/+20
* CodeHilite tests pass in all pygments versions.Waylan Limberg2013-02-251-15/+11
* Change `set.append` -> `set.add` in `headerid.unique`Waylan Limberg2013-02-221-0/+7
* Updated toc tests.Waylan Limberg2013-02-192-2/+2
* Ensure toc attribute is available on Markdown class.Waylan Limberg2013-02-191-0/+39
* adding test for out of order headlinesbenjaoming2013-02-183-0/+16
* Allow better linenum override in CodeHiliteWaylan Limberg2013-02-141-4/+74
* Allow capitalized Admonition title.Waylan Limberg2013-02-121-1/+1
* Merge branch 'master' into admonitionTiago Serafim2013-02-0925-54/+275
|\
| * HtmlBlockProcessor preserves empty linesWaylan Limberg2013-02-072-8/+74
| * Preserve whitespace in empty linesWaylan Limberg2013-02-072-0/+68
| * nl2br and attr_list compatability.Waylan Limberg2013-02-063-0/+6
| * Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-062-0/+40
| * Forbid javascript:// URLs in safe modePhilipp Hagemeister2013-02-052-0/+5
| * Enable attributes inside image referencesAdam Backstrom2013-01-272-0/+5
| * Testing framework now runs on Python 2 & 3 unmodified.Waylan Limberg2012-12-145-34/+45
| * Normalize line endings in tests as git may alter them on Windows.Waylan Limberg2012-12-141-2/+3
| * Fixed #165. Switched the order of treeprocessors when attr_list and headerid ...Waylan Limberg2012-12-131-0/+12
| * Fixed #164. attr_list extension attribute names are now sanitized and won't c...Waylan Limberg2012-12-132-1/+3
| * Fixed CodeHilite test when pygments is not installed.Waylan Limberg2012-11-041-1/+1
| * Fixed #153. Two spaces at end of paragraph is not a linebreak.Waylan Limberg2012-10-213-12/+6
| * Fixed #152. Spaces in links are now escaped.Waylan Limberg2012-10-212-3/+3
| * Fixed #151. Raw html matching is now case-insensitive.Waylan Limberg2012-10-212-1/+12
* | More tests for the extension and new tests for the RE. It's now possible to u...Tiago Serafim2012-09-193-21/+31
* | Removed the configs.Tiago Serafim2012-09-081-10/+1
* | Initial version with insufficient tests and no docs.Tiago Serafim2012-09-024-10/+85
|/
* Merge commit '63020032eab733ed74f06a687abb5c358de4e931'Dmitry Shachnev2012-08-261-1/+0
|\
| * Don't import from doctest, it's no longer usedDmitry Shachnev2012-08-261-1/+0
* | Fix `footnote_many_footnotes` test as per #129Dmitry Shachnev2012-08-251-2398/+2398
|/
* Fixed #129. Footnotes now output valid HTML5.Waylan Limberg2012-08-093-15/+15
* Fixed #114. Converted doctests to unittests. While I left the doctests there ...Waylan Limberg2012-07-261-0/+275
* Added support for <foo>+<bar> lexers of Pygmentspapaeye2012-07-212-0/+20
* Fixed #115. Make sure all file objects are closed.Waylan Limberg2012-07-121-2/+5
* Fixed #112 and cleaned up error reporting when loading extensions.Waylan Limberg2012-07-121-3/+3
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-284-24/+24