aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #252 from mitya57/masterWaylan Limberg2013-09-294-36/+51
|\
| * toc: insert `¶` instead of raw unicode characterDmitry Shachnev2013-09-291-3/+3
| * Add new "permalink" option to toc extensionDmitry Shachnev2013-09-252-14/+32
| * Add new utility function parseBoolValue()Dmitry Shachnev2013-09-254-23/+20
* | Update __init__.pyMark Eichin2013-09-261-1/+1
|/
* Fix: "AttributeError: 'dict_items' object has no attribute 'sort'"Lucas Clemente Vella2013-09-111-1/+1
* fix typoFND2013-09-041-1/+1
* Ensure each term on def list maintains its own loose status.Waylan Limberg2013-09-021-1/+1
* Typo in util.pyGrahack2013-08-241-1/+1
* Allow fenced_code to be configurable in subclasses.Waylan Limberg2013-08-191-10/+9