aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add test of unsafe HTML in stash with safe_mode='excape'Waylan Limberg2014-08-251-0/+20
* Added `--extension_configs` option to the CLI.Waylan Limberg2014-08-221-0/+141
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-212-10/+10
* Updated generate code for tests refactor. Related to #333.Waylan Limberg2014-08-211-3/+3
* Fix a typo in testing refactor. Related to #333Waylan Limberg2014-08-201-1/+1
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-2017-212/+244
* Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.Martin Altmayer2014-08-151-2/+2
* Added test for the new 'smart_substitutions' feature of Smarty extension.Martin Altmayer2014-08-141-0/+33
* Fixed an old typo in the smarty extension and added a test case.Martin Altmayer2014-08-112-1/+3
* Fixed silly typo. Relates to #325.Waylan Limberg2014-08-011-1/+1
* Ensure Extension.getConfigInfo Test always passesWaylan Limberg2014-08-011-2/+3
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-16/+21
* Refactor markdown.extensions.Extension.__init__()Waylan Limberg2014-07-291-1/+30
* Add tests of markdown.extensions.ExtensionWaylan Limberg2014-07-111-0/+23
* 100% test coverage of admonitionsWaylan Limberg2014-07-102-0/+2
* smarty: add support for angled quotesDmitry Shachnev2014-06-193-1/+6
* Add failing unit test for smarty: ellipsis before close double quote generate...Lawrence Kesteloot2014-05-312-0/+3
* Merge pull request #311 from mitya57/masterWaylan Limberg2014-05-261-1/+1
|\
| * Add smarty to extensions for attr_list testDmitry Shachnev2014-05-061-1/+1
* | Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-212-1/+14
|/
* Skip a weird PHP test.Waylan Limberg2014-04-201-0/+4
* No assertIs in Python 2.6. Fixes #294Waylan Limberg2014-04-201-1/+1
* Add a (failing) test for Smarty extension.Dmitry Shachnev2014-02-132-1/+3
* Fix some tests failuresDmitry Shachnev2014-02-121-1/+1
* Merge branch 'master' of github.com:waylan/Python-MarkdownWaylan Limberg2014-01-123-0/+25
|\
| * Merge pull request #267 from ryneeverett/attr_list-tablesWaylan Limberg2014-01-113-0/+25
| |\
| | * tables_and_attr_list testryneeverett2014-01-113-0/+25
* | | Improved multiline comment parsing.Waylan Limberg2014-01-124-8/+52
|/ /
* | No longer percent encode spaces in urls.Waylan Limberg2014-01-092-3/+3
* | Only escape ESCAPED_CHARS.Waylan Limberg2014-01-092-0/+24
* | Address various depreciated APIs in PythonWaylan Limberg2014-01-081-4/+4
* | Merge pull request #274 from ajdavis/highlight-linesWaylan Limberg2014-01-071-0/+84
|\ \
| * | Allow single as well as double quotes for hl_lines.A. Jesse Jiryu Davis2014-01-071-15/+19
| * | Support syntax for highlighted lines like: ```python hl_lines=“1 3”A. Jesse Jiryu Davis2014-01-061-2/+35
| * | Add feature for emphasizing some lines in a code block.A. Jesse Jiryu Davis2014-01-031-0/+47
| |/
* / Fixed parsing of brackets within inline image titles.Darell Tan2014-01-052-0/+21
|/
* Issue #52ryneeverett2013-10-142-6/+57
* 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