aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed #155. Early unescaping of inline placeholders now works when the placeh...Waylan Limberg2012-11-011-1/+5
| * | Merge pull request #156 from mitya57/masterWaylan Limberg2012-10-261-1/+1
| |\ \
| | * | Apply a fix from commit 3e6e70eb48 to the bottom panel as wellDmitry Shachnev2012-10-261-1/+1
| |/ /
* | | Upped version to 2.2.1.Waylan Limberg2012-11-046-9/+24
* | | Fixed CodeHilite test when pygments is not installed.Waylan Limberg2012-11-041-1/+1
|/ /
* | Fixed #153. Two spaces at end of paragraph is not a linebreak.Waylan Limberg2012-10-214-14/+6
* | Fixed #152. Spaces in links are now escaped.Waylan Limberg2012-10-213-3/+4
* | Fixed #151. Raw html matching is now case-insensitive.Waylan Limberg2012-10-213-2/+13
* | Merge pull request #142 from mitya57/masterWaylan Limberg2012-09-091-0/+21
|\ \
| * | Remove unneeded linkDmitry Shachnev2012-09-091-1/+0
| * | setup.py: Add `long_description` attribute to `data`Dmitry Shachnev2012-09-091-0/+22
|/ /
* | Fixed #141. Minor typo on wikilinks docs.Waylan Limberg2012-09-071-1/+1
| * Added comments detailing the difference between not providing a title and usi...Tiago Serafim2012-09-191-0/+4
| * First version of the docs.Tiago Serafim2012-09-194-38/+114
| * More tests for the extension and new tests for the RE. It's now possible to u...Tiago Serafim2012-09-194-30/+40
| * Removed the configs.Tiago Serafim2012-09-082-49/+17
| * Initial version with insufficient tests and no docs.Tiago Serafim2012-09-025-10/+221
|/
* Merge pull request #139 from Grahack/patch-2Waylan Limberg2012-08-291-2/+2
|\
| * Typo: Boolen -> Boolean.Grahack2012-08-291-2/+2
|/
* Merge pull request #137 from mitya57/masterWaylan Limberg2012-08-281-1/+1
|\
| * Fixed not working "index" link in extensions documentationDmitry Shachnev2012-08-281-1/+1
* | Merge pull request #136 from Grahack/typosWaylan Limberg2012-08-284-6/+6
|\ \ | |/ |/|
| * Misc typos.chri2012-08-284-6/+6
|/
* Merge pull request #131 from mitya57/masterWaylan Limberg2012-08-272-2399/+2398
|\
| * Merge commit '63020032eab733ed74f06a687abb5c358de4e931'Dmitry Shachnev2012-08-261-1/+0
| |\
| | * Don't import from doctest, it's no longer usedDmitry Shachnev2012-08-261-1/+0
| |/ |/|
| * Fix `footnote_many_footnotes` test as per #129Dmitry Shachnev2012-08-251-2398/+2398
|/
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2012-08-231-1/+1
|\
| * Merge pull request #130 from erikvanzijst/masterWaylan Limberg2012-08-151-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
|/
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2012-08-091-11/+6
|\
| * Removed references to doctests in docs as per #114Waylan Limberg2012-07-261-11/+6
* | Fixed #129. Footnotes now output valid HTML5.Waylan Limberg2012-08-094-17/+22
* | Improved `Markdown.set_output_format()`Waylan Limberg2012-08-091-4/+10
|/
* Fixed #114. Converted doctests to unittests. While I left the doctests there ...Waylan Limberg2012-07-262-1/+275
* Merge pull request #127 from svetlyak40wt/fix-piped-stdoutWaylan Limberg2012-07-261-1/+2
|\
| * Fixed UnicodeEncodeError when output from markdown_py is piped into another p...Alexander Artemenko2012-07-261-1/+2
|/
* Merge pull request #124 from papaeye/lexer+lexerWaylan Limberg2012-07-243-1/+21
|\
| * Added support for <foo>+<bar> lexers of Pygmentspapaeye2012-07-213-1/+21
|/
* Merge pull request #122 from Scorpil/masterWaylan Limberg2012-07-191-1/+4
|\
| * 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
| |/
* | Merge pull request #121 from Scorpil/patch-1Waylan Limberg2012-07-181-1/+1
|\ \
| * | Fixed typo in docs: 'md.treepreprocessor' for 'md.treeprocessor'. Andrew2012-07-191-1/+1
| |/
* | Merge pull request #120 from apelisse/masterWaylan Limberg2012-07-181-1/+1
|\ \ | |/ |/|
| * Fixes example after moving AtomicString to utilAntoine Pelisse2012-07-181-1/+1
* | Merge pull request #118 from ThiefMaster/patch-1Waylan Limberg2012-07-161-1/+1
|\ \ | |/ |/|
| * Stack Overflow does NOT convert single linebreaks in markdown to `<br>` tags.Adrian2012-07-161-1/+1
|/