aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
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-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
* Ensure handleAttributes doesn't lose AtomicStrings.Waylan Limberg2013-03-181-3/+3
* Use lead blockprocessor comment as docstringAdam Dinwoodie2013-03-181-10/+12
* Future imports go after the docstringsAdam Dinwoodie2013-03-1823-23/+24
* Fix some pyflakes-undefined-name warningsDmitry Shachnev2013-03-152-4/+11
* Update fenced_code.pyTimon Wong2013-03-151-1/+1
* Version 2.3 Final2.3.finalWaylan Limberg2013-03-141-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-272-2/+2
* Merge branch '2and3'Waylan Limberg2013-02-2729-291/+324
|\
| * Now using universal code for Python 2 & 3.Waylan Limberg2013-02-2728-258/+311
| * Simlify importing ElementTreeWaylan Limberg2013-02-262-33/+13
* | 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
|/