aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor cleanup.Waylan Limberg2013-06-161-1/+0
* Attr_List Extension now support attr_lists on nested lists.Waylan Limberg2013-06-161-1/+28
* Fixed wikilinks extension's handling of config setting. Not sure how I didn't...Waylan Limberg2013-06-161-2/+2
* AbbrExtension now handles abbreviations nested in other markup.Waylan Limberg2013-06-161-2/+2
* Fixed #216. WikiLink Extension actually accepts configs.Waylan Limberg2013-05-191-2/+2
* Fixed a typo in the docsLeonid Shvechikov2013-04-151-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-1817-17/+18
* Fix some pyflakes-undefined-name warningsDmitry Shachnev2013-03-151-1/+1
* Update fenced_code.pyTimon Wong2013-03-151-1/+1
* Removed the html_tidy extension. See 2.3 release notes for explaination.Waylan Limberg2013-03-131-71/+0
* Dict.keys() does not return a list in Python 3.Waylan Limberg2013-02-271-1/+1
* Merge branch '2and3'Waylan Limberg2013-02-2718-134/+144
|\
| * Now using universal code for Python 2 & 3.Waylan Limberg2013-02-2718-134/+144
* | Missed a set.append -> set.add.Waylan Limberg2013-02-251-1/+1
* | Consistant parsing of attr_lists in Python3.3Waylan Limberg2013-02-251-2/+2
|/
* Change `set.append` -> `set.add` in `headerid.unique`Waylan Limberg2013-02-222-3/+3
* More TOC cleanup and added tests.Waylan Limberg2013-02-191-2/+2
* TOC list item names must use text from all children.Waylan Limberg2013-02-191-1/+1
* Updated toc extension to work with changes @ 4ff74e3.Waylan Limberg2013-02-191-2/+2
* Ensure toc attribute is available on Markdown class.Waylan Limberg2013-02-191-3/+3
* Do not use assigned names "next" and "id", rename to order_toc_list and clean...benjaoming2013-02-181-18/+20
* code cleanupbenjaoming2013-02-181-13/+12
* Make TocTreeprocessor extendable and be more gentle on badly structured headingsbenjaoming2013-02-171-63/+126
* Allow better linenum override in CodeHiliteWaylan Limberg2013-02-141-10/+23
* Remove RSS Extension.Waylan Limberg2013-02-121-114/+0
* Allow capitalized Admonition title.Waylan Limberg2013-02-121-1/+1
* Merge branch 'master' into admonitionTiago Serafim2013-02-097-28/+43
|\
| * Footnote ids contain dashes when outputing HTML5.Waylan Limberg2013-02-081-5/+7
| * Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-081-1/+1