aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Upped version to 2.5.12.5.1-finalWaylan Limberg2014-09-261-1/+1
* Run Meta after whitespace normalizationWaylan Limberg2014-09-261-1/+1
* Better nested STRONG EM support.Waylan Limberg2014-09-261-2/+6
* Fix the lost tail issue in inlineprocessors.facelessuser2014-09-262-23/+26
* Added a temp workwround for deprecated short ext names.Waylan Limberg2014-09-251-0/+4
* Fixed TOC Option parsing.Waylan Limberg2014-09-251-2/+2
* Version 2.5-Final2.5-finalWaylan Limberg2014-09-121-1/+1
* Deprecate positional args for markdownFromFile also.Waylan Limberg2014-09-121-0/+4
* Code Blocks must always be AtomicStringsWaylan Limberg2014-09-081-1/+1
* Mark "Safe Mode" as pending deprecation.Waylan Limberg2014-09-012-7/+22
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-292-7/+41
* More updates to test configs.Waylan Limberg2014-08-293-13/+18
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2014-08-271-1/+1
|\
| * Fixed a small bug in --extension_configs CLI option.Waylan Limberg2014-08-251-1/+1
* | Allow named extensions to specify the Class NameWaylan Limberg2014-08-271-10/+16
* | Refactored extension importing.Waylan Limberg2014-08-271-15/+23
|/
* Removed some old codeWaylan Limberg2014-08-251-4/+1
* Fixed a bug in markdown.util.parseBoolValueWaylan Limberg2014-08-251-3/+3
* Include __main__.py in coverage.Waylan Limberg2014-08-221-3/+3
* Added `--extension_configs` option to the CLI.Waylan Limberg2014-08-221-13/+37
* Cleaned up some whitespace inconsistancies.Waylan Limberg2014-08-221-1/+1
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-2117-446/+193
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-2110-13/+13
* Upped version to 2.5-dev and started release notes.Waylan Limberg2014-08-201-1/+1
* Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.Martin Altmayer2014-08-151-3/+2
* Fixed an old typo in the smarty extension and added a test case.Martin Altmayer2014-08-111-2/+2
* Replaced smart_lsquo etc. by a single option smart_substitutions which allows...Martin Altmayer2014-08-111-14/+32
* Added options to the Smarty extension that configure the text that is used to...Martin Altmayer2014-08-091-3/+10
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-3119-102/+100
* Refactor markdown.extensions.Extension.__init__()Waylan Limberg2014-07-291-7/+29
* Mark a few more lines with 'no cover' - missed them the first time through. T...Waylan Limberg2014-07-113-6/+6
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-1112-31/+32
* smarty: add support for angled quotesDmitry Shachnev2014-06-191-0/+11
* Merge pull request #317 from mitya57/doctestsWaylan Limberg2014-06-167-37/+37
|\
| * Make doctests support Python 3Dmitry Shachnev2014-06-117-33/+33
| * Fix a doctest in fenced_code.py.Andrey Rahmatullin2014-05-311-4/+4
* | Fix #315: Change order of smarty patterns to make the test pass againDmitry Shachnev2014-06-081-2/+2
|/
* Merge pull request #311 from mitya57/masterWaylan Limberg2014-05-262-7/+14
|\
| * Make smarty extension use its own InlineProcessorDmitry Shachnev2014-05-261-5/+11
| * Make it easier to override list of inline patterns for InlineProcessorDmitry Shachnev2014-05-261-2/+3
* | Support extensions as modules.Waylan Limberg2014-05-231-1/+1
* | Upped version to 2.4.12.4.1-finalWaylan Limberg2014-05-221-1/+1
* | Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-212-22/+16
|/
* smarty: Fix test failure with Python 3.1 and 3.2. Fixes #295Dmitry Shachnev2014-03-111-1/+1
* smarty: Pass tuples, not iterable strings to the pattern.Dmitry Shachnev2014-03-111-3/+3
* added nav-tag as block level elementDavid2014-03-021-1/+1
* Upped version to 2.4 final.2.4-finalWaylan Limberg2014-02-161-1/+1
* docs: improved documentation of the extra/ extensionsJakub Klinkovský2014-02-151-1/+1
* smarty: Get rid of canonicalize() function.Dmitry Shachnev2014-02-131-51/+16
* Fix some tests failuresDmitry Shachnev2014-02-121-1/+1