aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Add an explanatory comment.HEADmasterWaylan Limberg2018-09-221-0/+2
* Bring back the old version variableFilipp Lepalaan2018-09-221-0/+1
* Bump version to 3.03.0Waylan Limberg2018-09-211-1/+1
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-051-2/+9
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-316-28/+47
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-3119-19/+35
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-315-58/+40
* Remove lazy_ol keyword. Use sane_lists extension instead.Waylan Limberg2018-07-313-3/+4
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-294-7/+23
* Consistent copyright headers.Waylan Limberg2018-07-2713-25/+257
* 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-2726-333/+316
* More acurate Extension type error msg.Waylan Limberg2018-07-241-3/+5
* Add toc_depth parameter to toc extensionJesús Fernández2018-07-241-2/+7
* Add missing comma in HTML_EMPTYzyxw592018-07-241-1/+1
* Add the possibility to set additional classesWhiteWinterWolf2018-07-241-2/+4
* Add support for PY37 and PYPY3.Waylan Limberg2018-07-241-1/+1
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-244-41/+51
* Improve serializer test coverageWaylan Limberg2018-07-241-14/+3
* Simplify namespace support in serializer.Waylan Limberg2018-07-241-127/+48
* Implement reset() for Meta extension (#672)Glandos2018-06-191-0/+5
* 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-081-10/+12
* Only strip spaces in tables (#644)Isaac Muse2018-02-221-5/+5
* Simplify output_formats to html and xhtml.Waylan Limberg2018-01-252-20/+6
* Flexible inline (#629)Isaac Muse2018-01-179-161/+435
* Remove deprecated support for Extension args.Waylan Limberg2018-01-1317-73/+45
* Improve test coverage.Waylan Limberg2018-01-1319-53/+22
* Correct spelling mistakes.Edward Betts2018-01-138-12/+12
* Refactor Extension loading (#627)Waylan Limberg2018-01-122-67/+33
* Removed some Py2.4-2.6 specific code.Waylan Limberg2018-01-112-21/+2
* Removed deprecated HeaderId Extension.Waylan Limberg2018-01-111-97/+0
* Removed deprecated safe_mode.Waylan Limberg2018-01-1111-128/+24
* Removed support for deprecated config in ext name.Waylan Limberg2018-01-111-19/+2
* Removed deprecated support for positional args.Waylan Limberg2018-01-111-32/+4
* Moved core to core.pyWaylan Limberg2018-01-113-486/+521
* Switch from nose to unittestWaylan Limberg2018-01-081-1/+124
* Provide new testing framework.Waylan Limberg2018-01-081-0/+44
* Version to 3.0.devWaylan Limberg2018-01-081-1/+1
* Up version to 2.6.11 (#620)2.6.11Waylan Limberg2018-01-041-1/+1
* Fix raw html reference issue (#585)Isaac Muse2018-01-043-1/+17
* Avoid DeprecationWarnings for etreeWaylan Limberg2018-01-042-5/+5
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-024-19/+19
* [Footnote extension] Add a way to customize the backlink title (#616)Jorge Maldonado Ventura2017-12-221-2/+7
* Upped version to 2.6.102.6.10Waylan Limberg2017-12-071-1/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-0619-19/+19
* Feature ancestry (#598)Isaac Muse2017-11-232-11/+48
* Fix new flake8 722 errorfacelessuser2017-10-261-1/+1