aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow capitalized Admonition title.Waylan Limberg2013-02-122-2/+2
* Update docs/release-2.3.txtWaylan Limberg2013-02-101-0/+8
* Noted in docs that admonitions are experimental.Waylan Limberg2013-02-101-1/+5
* Merge pull request #140 from slig/admonitionWaylan Limberg2013-02-109-48/+318
|\
| * Better synthax description in the docs.Tiago Serafim2013-02-091-1/+1
| * Merge branch 'master' into admonitionTiago Serafim2013-02-0953-256/+719
| |\ | |/ |/|
* | Footnote ids contain dashes when outputing HTML5.Waylan Limberg2013-02-083-6/+14
* | Updated docs to reflect extension loading best practices.Waylan Limberg2013-02-082-19/+50
* | Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-083-5/+18
* | Added skeleton draft of Release Notes for 2.3Waylan Limberg2013-02-083-4/+37
* | Cleaned up fixes for #183Waylan Limberg2013-02-083-1/+7
* | HtmlBlockProcessor preserves empty linesWaylan Limberg2013-02-073-9/+75
* | Preserve whitespace in empty linesWaylan Limberg2013-02-073-1/+68
* | Preserve empty lines in code blocksWaylan Limberg2013-02-062-7/+8
* | nl2br and attr_list compatability.Waylan Limberg2013-02-065-3/+9
* | Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-063-4/+50
* | Whitelisted known safe url schemes in safe_mode. A better fix for #185.Waylan Limberg2013-02-061-6/+7
* | Merge pull request #185 from phihag/safemode-no-javascript-urlsWaylan Limberg2013-02-053-0/+8
|\ \
| * | Forbid javascript:// URLs in safe modePhilipp Hagemeister2013-02-053-0/+8
|/ /
* | Merge pull request #182 from abackstrom/img-ref-attributesWaylan Limberg2013-01-283-0/+9
|\ \
| * | Enable attributes inside image referencesAdam Backstrom2013-01-273-0/+9
|/ /
* | Merge pull request #178 from mgorny/masterWaylan Limberg2013-01-131-1/+12
|\ \
| * | Support disabling documentation build via --no-build-docs.Michał Górny2013-01-131-1/+12
|/ /
* | No longer support python 2.5Waylan Limberg2013-01-101-7/+1
* | Github no longer offers Downloads - no need to upload any.Waylan Limberg2013-01-101-62/+0
* | Improved the goals in docs.Waylan Limberg2013-01-101-3/+5
* | Added a "goals" section to the docs.Waylan Limberg2013-01-101-2/+15
* | Added a list of known differences to the docs.Waylan Limberg2013-01-101-8/+44
* | Better fix for #164. Works in Python 2 & 3.Waylan Limberg2012-12-181-4/+4
* | Fixed #169. The new version stuff now works in python 2 & 3.Waylan Limberg2012-12-181-3/+12
* | Testing framework now runs on Python 2 & 3 unmodified.Waylan Limberg2012-12-146-36/+46
* | Normalize line endings in tests as git may alter them on Windows.Waylan Limberg2012-12-141-2/+3
* | Fixed #165. Switched the order of treeprocessors when attr_list and headerid ...Waylan Limberg2012-12-133-10/+20
* | Fixed #164. attr_list extension attribute names are now sanitized and won't c...Waylan Limberg2012-12-133-3/+16
* | Upped version to 2.3.dev.Waylan Limberg2012-12-054-6/+46
* | Fixed #160. No `markdown=1` support in safe_mode.Waylan Limberg2012-12-051-2/+3
* | Merge pull request #159 from mitya57/masterWaylan Limberg2012-11-0910-12/+4
|\ \
| * | Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-099-11/+3
| * | docs/change_log.txt: add a missing `[`Dmitry Shachnev2012-11-051-1/+1
* | | 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-046-32/+90
|\ \
| * | Fixed minor typo in attr_list docs. Waylan Limberg2012-11-041-1/+1
| * | Merge pull request #157 from mitya57/masterWaylan Limberg2012-11-033-27/+68
| |\ \
| | * | docs/basic.css: Improve CSS a bitDmitry Shachnev2012-11-031-8/+15
| | * | docs/extensions/index.txt: make it clear what name to pass for extensionsDmitry Shachnev2012-11-031-19/+53
| | * | 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