aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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
* No longer restrict INLUNE_PLACEHOLDER to 4 digits.Waylan Limberg2014-02-021-1/+1
* Merge branch 'master' of github.com:waylan/Python-MarkdownWaylan Limberg2014-01-121-0/+2
|\
| * Merge pull request #267 from ryneeverett/attr_list-tablesWaylan Limberg2014-01-111-0/+2
| |\
| | * tables and attr_list compatibilityryneeverett2013-11-131-0/+2
* | | Improved multiline comment parsing.Waylan Limberg2014-01-121-4/+3
|/ /
* | No longer percent encode spaces in urls.Waylan Limberg2014-01-091-1/+0
* | Only escape ESCAPED_CHARS.Waylan Limberg2014-01-091-1/+1
* | Address various depreciated APIs in PythonWaylan Limberg2014-01-083-12/+12
* | Merge pull request #274 from ajdavis/highlight-linesWaylan Limberg2014-01-072-11/+58
|\ \
| * | Allow single as well as double quotes for hl_lines.A. Jesse Jiryu Davis2014-01-072-2/+4
| * | Support syntax for highlighted lines like: ```python hl_lines=“1 3”A. Jesse Jiryu Davis2014-01-062-6/+12
| * | Add feature for emphasizing some lines in a code block.A. Jesse Jiryu Davis2014-01-032-11/+50
* | | Fixed parsing of brackets within inline image titles.Darell Tan2014-01-051-1/+1
|/ /
* / Miscellaneous improvements and bug fixes.ryneeverett2013-11-192-15/+19
|/
* Issue #52ryneeverett2013-10-143-51/+177