summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-299-9/+44
* Consistent copyright headers.Waylan Limberg2018-07-2730-28/+620
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-2714-83/+130
* Add 'style' to block level elementsWaylan Limberg2018-07-271-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-2727-480/+528
* More acurate Extension type error msg.Waylan Limberg2018-07-241-3/+5
* Add toc_depth parameter to toc extensionJesús Fernández2018-07-243-2/+69
* Add missing comma in HTML_EMPTYzyxw592018-07-241-1/+1
* Add the possibility to set additional classesWhiteWinterWolf2018-07-244-4/+41
* Add support for PY37 and PYPY3.Waylan Limberg2018-07-244-5/+10
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-2418-82/+107
* Improve serializer test coverageWaylan Limberg2018-07-242-20/+67
* Simplify namespace support in serializer.Waylan Limberg2018-07-242-127/+77
* Stop testing Python 3.3 on TravisDmitry Shachnev2018-06-281-2/+0
* typo fix in nl2br.md (#673)Vyacheslav Matyukhin2018-06-231-1/+1
* Implement reset() for Meta extension (#672)Glandos2018-06-192-0/+19
* Fix formatting in fenced code block exampleDmitry Shachnev2018-06-051-2/+2
* Fix typo.Amal Murali2018-05-071-1/+1
* Update block level elements.Waylan Limberg2018-03-161-10/+13
* Better check of allowed TOC location #639 (#641)Charles de Beauchesne2018-03-082-10/+47
* Only strip spaces in tables (#644)Isaac Muse2018-02-223-5/+48
* Fix typosJakub Wilk2018-02-174-10/+10
* Simplify output_formats to html and xhtml.Waylan Limberg2018-01-254-34/+11
* Flexible inline (#629)Isaac Muse2018-01-1716-184/+785
* Fix 'IndentationError' in release-2.6 documentraimon2018-01-151-2/+2
* Remove deprecated support for Extension args.Waylan Limberg2018-01-1317-73/+45
* Improve test coverage.Waylan Limberg2018-01-1321-56/+79
* Correct spelling mistakes.Edward Betts2018-01-1321-25/+25
* docs: Remove references to header_id.md page.Dmitry Shachnev2018-01-125-9/+3
* Refactor Extension loading (#627)Waylan Limberg2018-01-1227-291/+288
* Removed some Py2.4-2.6 specific code.Waylan Limberg2018-01-112-21/+2
* Removed deprecated HeaderId Extension.Waylan Limberg2018-01-114-283/+0
* Removed deprecated safe_mode.Waylan Limberg2018-01-1132-741/+29
* Removed support for deprecated config in ext name.Waylan Limberg2018-01-112-26/+2
* Removed deprecated support for positional args.Waylan Limberg2018-01-112-37/+9
* Moved core to core.pyWaylan Limberg2018-01-114-514/+535
* Document the new test tools.Waylan Limberg2018-01-085-140/+178
* Switch from nose to unittestWaylan Limberg2018-01-0819-593/+342
* Provide new testing framework.Waylan Limberg2018-01-087-0/+1349
* Include MkDocs config in dist.Waylan Limberg2018-01-082-0/+4
* Version to 3.0.devWaylan Limberg2018-01-082-2/+2
* Up version to 2.6.11 (#620)2.6.11Waylan Limberg2018-01-043-2/+6
* Fix raw html reference issue (#585)Isaac Muse2018-01-045-1/+203
* Avoid DeprecationWarnings for etreeWaylan Limberg2018-01-042-5/+5
* Warnings should cause tests to fail.Waylan Limberg2018-01-041-0/+7
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-024-19/+19
* Remove unwanted apostrophe from docsAlex Chan2017-12-271-1/+1
* [Footnote extension] Add a way to customize the backlink title (#616)Jorge Maldonado Ventura2017-12-222-2/+13
* Restore code to use markdown_py as the console script name.Dmitry Shachnev2017-12-101-1/+6
* Fix spellchecking test.Waylan Limberg2017-12-084-6/+22