aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 2.2.0.alpha.2.2.0.alphaWaylan Limberg2012-05-042-28/+28
* Added release notes for v2.2.0.Waylan Limberg2012-05-043-17/+87
* Fixed #82. 'enable_attributes' honors 'safe_mode'.Waylan Limberg2012-05-031-0/+4
* Merge pull request #95 from cataliniacob/masterWaylan Limberg2012-04-174-6/+14
|\
| * Add test for 5236a9838c580a17c3299efb97d9f41ce2a1efabCatalin Iacob2012-04-173-0/+7
| * Fixed #87Catalin Iacob2012-04-161-6/+7
|/
* Merge pull request #94 from fin/masterWaylan Limberg2012-04-112-0/+2
|\
| * tests for 9852c2263ef7775d2a508a9c1721148cbf3ae258fin2012-04-112-0/+2
* | Merge pull request #93 from fin/masterWaylan Limberg2012-04-111-1/+1
|\|
| * 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-192-3/+11
* Merge pull request #86 from SimonSapin/masterWaylan Limberg2012-03-182-3/+3
|\
| * Typo fix in doc: s/extension-configs/extension_configs/Simon Sapin2012-03-192-3/+3
|/
* Point to docs hosted with PyPI rather than Yuri's missing site.Waylan Limberg2012-03-074-9/+10
* Added siteindex to docs.Waylan Limberg2012-03-075-12/+85
* Add release notes, authors and change_log to docs.Waylan Limberg2012-03-0710-67/+124
* Shorten INSTALL.md to just point to the docs.Waylan Limberg2012-03-071-68/+1
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-0730-1/+1
* Fixed up some formating errors in docs and added/fixed more internal links.Waylan Limberg2012-03-0710-35/+36
* Added a bunch of internal links to the docs.Waylan Limberg2012-03-074-71/+70
* Rewrote parts of install docs for clarity.Waylan Limberg2012-03-071-25/+27
* Renamed a few docswith better file names.Waylan Limberg2012-03-079-26/+25
* Fixed a few minor redering bugs in docs.Waylan Limberg2012-03-072-9/+13
* Refactored Docs to use Sphinx styled template.Waylan Limberg2012-03-0130-48/+975
* 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-023-14/+21
* Fixed #76. HTML attrs are a dict not a tuple. Silly typo.Waylan Limberg2012-01-301-1/+1
* Fixed #77. util.isBlockLevel() needs to check entire tag passed to it.Waylan Limberg2012-01-302-3/+3
* Fixed #75. Right tags in raw html are more properly identified.Waylan Limberg2012-01-301-1/+1
* Merge pull request #50 from nud/import-extensionsWaylan Limberg2012-01-241-6/+7
|\
| * Allow specifying the full module name for extensions.Steve Frécinaux2011-11-021-6/+7
* | Fixes #64. Added sane_list extension.Waylan Limberg2012-01-246-0/+165
* | Provide more control to list processors subclasses.Waylan Limberg2012-01-241-1/+3
* | Release 2.1.1. A bugfix release.2.1.1.finalWaylan Limberg2012-01-223-4/+11
* | Updated change log to include last few releases. Waylan Limberg2012-01-221-0/+4
* | Fixed #73. Codehilite now works in footnotes.Waylan Limberg2012-01-202-4/+4
* | Removed Codehilite from tests.Waylan Limberg2012-01-202-32/+32
* | It is spelled 'serializers' not 'searializers'.Waylan Limberg2012-01-203-8/+8
* | Always use Markdown's serializers.Waylan Limberg2012-01-201-1/+1
* | Inline html is now escaped by the searializer.Waylan Limberg2012-01-197-8/+9
* | Partial fix for issue introduced in fix for #59Waylan Limberg2012-01-197-3/+15
* | Fixed #59. Raw HTML parsing is no longer slow.Waylan Limberg2012-01-182-14/+13
* | Cleaned up tests after merging pull request fixing #72.Waylan Limberg2012-01-185-3/+0
* | Merge branch 'master' of git://github.com/fiesta/Python-Markdown into fiestaWaylan Limberg2012-01-1817-27/+182
|\ \
| * | Support github-flavored markdown by making the '.' optional before language t...Mike Dirolf2012-01-174-1/+70
| * | Fenced code blocks need to end with a fence on its own line.Mike Dirolf2012-01-174-1/+70
| * | When safe mode is 'escape', don't allow bad html to stop further processing.Mike Dirolf2012-01-145-22/+30
| * | Fix logic bug introduced in 35930e0928e19...Mike Dirolf2012-01-141-1/+1
| * | minor: adding some common OSX / emacs gitignore patternsMike Dirolf2012-01-141-1/+2