aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/__init__.py
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
* Consistent copyright headers.Waylan Limberg2018-07-271-21/+11
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Correct spelling mistakes.Edward Betts2018-01-131-1/+1
* Moved core to core.pyWaylan Limberg2018-01-111-485/+24
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Tables: Improvements (#530)Isaac Muse2017-01-191-3/+3
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* Miscellaneous capitalization/spelling fixesKevin Yap2015-04-061-6/+6
* Fix formatting DeprecationWarning messages.Dmitry Shachnev2015-02-201-2/+2
* No binary operators at begining of line.Waylan Limberg2015-02-181-2/+2
* Fix back-compat import of ext names without dots.Waylan Limberg2015-02-021-1/+1
* Only log warnings from commandline script.Waylan Limberg2015-01-311-1/+1
* PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)Waylan Limberg2014-12-301-31/+25
* Completed flake8 cleanup.Waylan Limberg2014-11-201-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-76/+111
* Changed logging level when loading extensionsChris Topaloudis2014-10-241-1/+1
* Added a temp workwround for deprecated short ext names.Waylan Limberg2014-09-251-0/+4
* Deprecate positional args for markdownFromFile also.Waylan Limberg2014-09-121-0/+4
* Mark "Safe Mode" as pending deprecation.Waylan Limberg2014-09-011-6/+21
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-291-6/+27
* More updates to test configs.Waylan Limberg2014-08-291-2/+2
* Allow named extensions to specify the Class NameWaylan Limberg2014-08-271-10/+16
* Refactored extension importing.Waylan Limberg2014-08-271-15/+23
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-1/+1
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-2/+2
* Support extensions as modules.Waylan Limberg2014-05-231-1/+1
* Address various depreciated APIs in PythonWaylan Limberg2014-01-081-1/+1
* Update __init__.pyMark Eichin2013-09-261-1/+1
* fix typoFND2013-09-041-1/+1
* Allow extensions to register serializersWaylan Limberg2013-08-071-1/+1
* Remove some unused importsDmitry Shachnev2013-03-231-1/+0
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Dict.keys() does not return a list in Python 3.Waylan Limberg2013-02-271-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-24/+26
* Footnote ids contain dashes when outputing HTML5.Waylan Limberg2013-02-081-1/+1
* Updated docs to reflect extension loading best practices.Waylan Limberg2013-02-081-5/+0
* Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-081-4/+4
* Cleaned up fixes for #183Waylan Limberg2013-02-081-0/+1
* Preserve whitespace in empty linesWaylan Limberg2013-02-071-1/+0
* Preserve empty lines in code blocksWaylan Limberg2013-02-061-1/+1
* Upped version to 2.3.dev.Waylan Limberg2012-12-051-3/+1
* Merge pull request #159 from mitya57/masterWaylan Limberg2012-11-091-1/+0
|\
| * Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-091-1/+0
* | Updated fix for #158 for Python <2.7Waylan Limberg2012-11-081-1/+1
* | Fixed #158. Now properly encoding output to stdout.Waylan Limberg2012-11-071-8/+7
|/
* Upped version to 2.2.1.Waylan Limberg2012-11-041-2/+2
* Misc typos.chri2012-08-281-1/+1