aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Whitelisted known safe url schemes in safe_mode. A better fix for #185.Waylan Limberg2013-02-061-6/+7
| * Forbid javascript:// URLs in safe modePhilipp Hagemeister2013-02-051-0/+3
| * Enable attributes inside image referencesAdam Backstrom2013-01-271-0/+4
| * Better fix for #164. Works in Python 2 & 3.Waylan Limberg2012-12-181-4/+4
| * Fixed #165. Switched the order of treeprocessors when attr_list and headerid ...Waylan Limberg2012-12-132-10/+8
| * Fixed #164. attr_list extension attribute names are now sanitized and won't c...Waylan Limberg2012-12-131-2/+13
| * Upped version to 2.3.dev.Waylan Limberg2012-12-052-3/+29
| * Fixed #160. No `markdown=1` support in safe_mode.Waylan Limberg2012-12-051-2/+3
| * Merge pull request #159 from mitya57/masterWaylan Limberg2012-11-099-11/+3
| |\
| | * Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-099-11/+3
| * | Updated fix for #158 for Python <2.7Waylan Limberg2012-11-081-1/+1
| * | Fixed #158. Now properly encoding output to stdout.Waylan Limberg2012-11-071-8/+7
| |/
| * Merge branch 'master' of https://github.com/waylan/Python-Markdown2.2.1.finalWaylan Limberg2012-11-042-3/+20
| |\
| | * Remove exec bit from extensions/fenced_code.pyDmitry Shachnev2012-11-031-0/+0
| | * Fix silly typo in previous commit.Waylan Limberg2012-11-011-1/+1
| | * A better fix for #155. Unescaping inline placholders now returns the text onl...Waylan Limberg2012-11-011-6/+19
| | * Fixed #154. Inline placeholders in img alt text are now unescaped.Waylan Limberg2012-11-011-1/+1
| | * Fixed #155. Early unescaping of inline placeholders now works when the placeh...Waylan Limberg2012-11-011-1/+5
| * | Upped version to 2.2.1.Waylan Limberg2012-11-041-2/+2
| |/
| * Fixed #153. Two spaces at end of paragraph is not a linebreak.Waylan Limberg2012-10-211-2/+0
| * Fixed #152. Spaces in links are now escaped.Waylan Limberg2012-10-211-0/+1
| * Fixed #151. Raw html matching is now case-insensitive.Waylan Limberg2012-10-211-1/+1