aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* Preserve all blank lines in code blocks.Waylan Limberg2013-02-142-14/+14
* 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-0915-68/+141
|\
| * Footnote ids contain dashes when outputing HTML5.Waylan Limberg2013-02-082-6/+8
| * Updated docs to reflect extension loading best practices.Waylan Limberg2013-02-081-5/+0
| * Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-083-5/+18
| * Cleaned up fixes for #183Waylan Limberg2013-02-083-1/+7
| * HtmlBlockProcessor preserves empty linesWaylan Limberg2013-02-071-1/+1
| * Preserve whitespace in empty linesWaylan Limberg2013-02-071-1/+0
| * Preserve empty lines in code blocksWaylan Limberg2013-02-062-7/+8
| * nl2br and attr_list compatability.Waylan Limberg2013-02-062-3/+3
| * Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-061-4/+10