aboutsummaryrefslogtreecommitdiffstats
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
* 3.0 cleanupWaylan Limberg2018-09-212-1/+2
* Bump version to 3.03.0Waylan Limberg2018-09-212-2/+2
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-054-12/+108
* Proper Python gitignoreWaylan Limberg2018-08-291-17/+69
* Update for MkDocs 1.0.Waylan Limberg2018-08-033-3/+3
* Update 3.0 release notesWaylan Limberg2018-08-0319-191/+431
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-317-31/+51
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-3120-21/+37
* Refactor options testsWaylan Limberg2018-07-314-10/+12
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-3113-66/+84
* Remove lazy_ol keyword. Use sane_lists extension instead.Waylan Limberg2018-07-318-41/+26
* Removed unnessecary no attributes test. (#694)Waylan Limberg2018-07-313-7/+0
* 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