aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo: Boolen -> Boolean.Grahack2012-08-291-2/+2
* Misc typos.chri2012-08-282-2/+2
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2012-08-231-1/+1
|\
| * Fixed unicode breakage.Erik van Zijst2012-08-141-1/+1
* | Fixed encoding issues when writing to stdout.Waylan Limberg2012-08-231-2/+9
|/
* Fixed #129. Footnotes now output valid HTML5.Waylan Limberg2012-08-091-2/+7
* Improved `Markdown.set_output_format()`Waylan Limberg2012-08-091-4/+10
* Fixed UnicodeEncodeError when output from markdown_py is piped into another p...Alexander Artemenko2012-07-261-1/+2
* Added support for <foo>+<bar> lexers of Pygmentspapaeye2012-07-211-1/+1
* Merge branch 'master' of github.com:Scorpil/Python-MarkdownScorpil2012-07-201-2/+1
|\
| * Added more expressive description of an error.Scorpil2012-07-201-1/+5
* | Added more expressive description of an error.Scorpil2012-07-201-1/+5
|/
* Stack Overflow does NOT convert single linebreaks in markdown to `<br>` tags.Adrian2012-07-161-1/+1
* Fixed 113. We still support Python 2.5 until Markdown version 2.3.Waylan Limberg2012-07-121-1/+1
* Fixed #112 and cleaned up error reporting when loading extensions.Waylan Limberg2012-07-121-9/+13
* Upped version to 2.2.0-Final.2.2.0.finalWaylan Limberg2012-07-051-1/+1
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-2811-18/+18
* Fixed #109. The attr_list extension can now be loaded either before or after ...Waylan Limberg2012-06-281-2/+6
* Fixed #105. Non-existant extensions fail with a warning only.Waylan Limberg2012-06-281-1/+1
* Fix #99. Account for empty header IDs when ensuring uniqueness.Waylan Limberg2012-05-241-1/+1
* Fixed Issue #98. The language designator must start at the beginging of the f...Waylan Limberg2012-05-181-1/+1
* Updated version to 2.2.0.alpha.2.2.0.alphaWaylan Limberg2012-05-041-20/+20
* Fixed #82. 'enable_attributes' honors 'safe_mode'.Waylan Limberg2012-05-031-0/+4
* Fixed #87Catalin Iacob2012-04-161-6/+7
* Remove `<ins>` and `<del>` from html block element listfin2012-04-111-1/+1
* Allow blockprocessor.run to return True or False.Waylan Limberg2012-03-211-4/+5
* Fixed #85. Odict now handles link errors correctly.Waylan Limberg2012-03-191-3/+3
* Typo fix in doc: s/extension-configs/extension_configs/Simon Sapin2012-03-191-1/+1
* Point to docs hosted with PyPI rather than Yuri's missing site.Waylan Limberg2012-03-071-1/+1
* Fixed #79. stdout now works from windows command line on Python 3.Waylan Limberg2012-02-131-1/+1
* Fixed #78. Added support for two line link refs.Waylan Limberg2012-02-021-13/+14