aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Run Meta after whitespace normalizationWaylan Limberg2014-09-261-1/+1
* Fixed TOC Option parsing.Waylan Limberg2014-09-251-2/+2
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-291-1/+14
* More updates to test configs.Waylan Limberg2014-08-292-11/+16
* 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-218-11/+11
* 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-3118-99/+92
* Refactor markdown.extensions.Extension.__init__()Waylan Limberg2014-07-291-7/+29
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-113-3/+3
* 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-261-5/+11
|\
| * Make smarty extension use its own InlineProcessorDmitry Shachnev2014-05-261-5/+11
* | Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-211-19/+13
|/
* 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
* 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
* Merge pull request #267 from ryneeverett/attr_list-tablesWaylan Limberg2014-01-111-0/+2
|\
| * tables and attr_list compatibilityryneeverett2013-11-131-0/+2
* | 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
* | Miscellaneous improvements and bug fixes.ryneeverett2013-11-191-7/+5
|/
* Issue #52ryneeverett2013-10-141-8/+85
* toc: insert `¶` instead of raw unicode characterDmitry Shachnev2013-09-291-3/+3
* Add new "permalink" option to toc extensionDmitry Shachnev2013-09-251-13/+31
* Add new utility function parseBoolValue()Dmitry Shachnev2013-09-253-23/+7
* Ensure each term on def list maintains its own loose status.Waylan Limberg2013-09-021-1/+1
* Allow fenced_code to be configurable in subclasses.Waylan Limberg2013-08-191-10/+9
* Deprecated CodeHilite's force_linenos config setting.Waylan Limberg2013-08-131-1/+1
* Extended headerid's rawHTML in id handling to toc ext.Waylan Limberg2013-08-112-16/+20
* Allow extensions to register serializersWaylan Limberg2013-08-071-7/+9
* HeaderID Ext now handles raw html in ids. Fixes #232Waylan Limberg2013-07-281-1/+16
* Fix Python 3 compat in Attr_list. Fixes #218.Waylan Limberg2013-07-281-1/+1
* Some fixes requested by @waylan, cleanup and tests improvementsDmitry Shachnev2013-07-271-11/+9
* Add smarty extension, based on SmartyPants libraryDmitry Shachnev2013-07-261-0/+235
* Added support for attr_lists on definition list terms.Waylan Limberg2013-07-191-2/+2
* Allow inline attr_lists at end of header.Waylan Limberg2013-07-191-1/+1
* Attr_List Extension now also supports nested ol's.Waylan Limberg2013-07-191-11/+11
* MetaData no longer fails with no newline. Fixes #228.Waylan Limberg2013-07-031-1/+1