aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added release notes for pending release of v2.4.Waylan Limberg2013-08-131-1/+1
* 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-072-8/+10
* Serializers now preserve case of tags.Waylan Limberg2013-08-071-4/+3
* HeaderID Ext now handles raw html in ids. Fixes #232Waylan Limberg2013-07-282-2/+20
* 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
* odict.py: remove usage of iteritems_compat which was not workingDmitry Shachnev2013-03-231-8/+3
* Remove some unused importsDmitry Shachnev2013-03-231-1/+0
* Version 2.3.12.3.1.finalWaylan Limberg2013-03-221-1/+1