| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed #85. Odict now handles link errors correctly. | Waylan Limberg | 2012-03-19 | 2 | -3/+11 |
* | Merge pull request #86 from SimonSapin/master | Waylan Limberg | 2012-03-18 | 2 | -3/+3 |
|\ |
|
| * | Typo fix in doc: s/extension-configs/extension_configs/ | Simon Sapin | 2012-03-19 | 2 | -3/+3 |
|/ |
|
* | Point to docs hosted with PyPI rather than Yuri's missing site. | Waylan Limberg | 2012-03-07 | 4 | -9/+10 |
* | Added siteindex to docs. | Waylan Limberg | 2012-03-07 | 5 | -12/+85 |
* | Add release notes, authors and change_log to docs. | Waylan Limberg | 2012-03-07 | 10 | -67/+124 |
* | Shorten INSTALL.md to just point to the docs. | Waylan Limberg | 2012-03-07 | 1 | -68/+1 |
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 30 | -1/+1 |
* | Fixed up some formating errors in docs and added/fixed more internal links. | Waylan Limberg | 2012-03-07 | 10 | -35/+36 |
* | Added a bunch of internal links to the docs. | Waylan Limberg | 2012-03-07 | 4 | -71/+70 |
* | Rewrote parts of install docs for clarity. | Waylan Limberg | 2012-03-07 | 1 | -25/+27 |
* | Renamed a few docswith better file names. | Waylan Limberg | 2012-03-07 | 9 | -26/+25 |
* | Fixed a few minor redering bugs in docs. | Waylan Limberg | 2012-03-07 | 2 | -9/+13 |
* | Refactored Docs to use Sphinx styled template. | Waylan Limberg | 2012-03-01 | 30 | -48/+975 |
* | Fixed #79. stdout now works from windows command line on Python 3. | Waylan Limberg | 2012-02-13 | 1 | -1/+1 |
* | Fixed #78. Added support for two line link refs. | Waylan Limberg | 2012-02-02 | 3 | -14/+21 |
* | Fixed #76. HTML attrs are a dict not a tuple. Silly typo. | Waylan Limberg | 2012-01-30 | 1 | -1/+1 |
* | Fixed #77. util.isBlockLevel() needs to check entire tag passed to it. | Waylan Limberg | 2012-01-30 | 2 | -3/+3 |
* | Fixed #75. Right tags in raw html are more properly identified. | Waylan Limberg | 2012-01-30 | 1 | -1/+1 |
* | Merge pull request #50 from nud/import-extensions | Waylan Limberg | 2012-01-24 | 1 | -6/+7 |
|\ |
|
| * | Allow specifying the full module name for extensions. | Steve Frécinaux | 2011-11-02 | 1 | -6/+7 |
* | | Fixes #64. Added sane_list extension. | Waylan Limberg | 2012-01-24 | 6 | -0/+165 |
* | | Provide more control to list processors subclasses. | Waylan Limberg | 2012-01-24 | 1 | -1/+3 |
* | | Release 2.1.1. A bugfix release.2.1.1.final | Waylan Limberg | 2012-01-22 | 3 | -4/+11 |
* | | Updated change log to include last few releases.
| Waylan Limberg | 2012-01-22 | 1 | -0/+4 |
* | | Fixed #73. Codehilite now works in footnotes. | Waylan Limberg | 2012-01-20 | 2 | -4/+4 |
* | | Removed Codehilite from tests. | Waylan Limberg | 2012-01-20 | 2 | -32/+32 |
* | | It is spelled 'serializers' not 'searializers'. | Waylan Limberg | 2012-01-20 | 3 | -8/+8 |
* | | Always use Markdown's serializers. | Waylan Limberg | 2012-01-20 | 1 | -1/+1 |
* | | Inline html is now escaped by the searializer. | Waylan Limberg | 2012-01-19 | 7 | -8/+9 |
* | | Partial fix for issue introduced in fix for #59 | Waylan Limberg | 2012-01-19 | 7 | -3/+15 |
* | | Fixed #59. Raw HTML parsing is no longer slow. | Waylan Limberg | 2012-01-18 | 2 | -14/+13 |
* | | Cleaned up tests after merging pull request fixing #72. | Waylan Limberg | 2012-01-18 | 5 | -3/+0 |
* | | Merge branch 'master' of git://github.com/fiesta/Python-Markdown into fiesta | Waylan Limberg | 2012-01-18 | 17 | -27/+182 |
|\ \ |
|
| * | | Support github-flavored markdown by making the '.' optional before language t... | Mike Dirolf | 2012-01-17 | 4 | -1/+70 |
| * | | Fenced code blocks need to end with a fence on its own line. | Mike Dirolf | 2012-01-17 | 4 | -1/+70 |
| * | | When safe mode is 'escape', don't allow bad html to stop further processing. | Mike Dirolf | 2012-01-14 | 5 | -22/+30 |
| * | | Fix logic bug introduced in 35930e0928e19... | Mike Dirolf | 2012-01-14 | 1 | -1/+1 |
| * | | minor: adding some common OSX / emacs gitignore patterns | Mike Dirolf | 2012-01-14 | 1 | -1/+2 |
| * | | Fixed #68. Blank line is not required after html comments. | Waylan Limberg | 2012-01-15 | 4 | -16/+22 |
| * | | Fixed #57. Multiline HTML Blocks no longer require a blank line after them. | Waylan Limberg | 2012-01-15 | 4 | -3/+25 |
| * | | Fixed #70. Empty anglebrackets '<>' are now properly recognized as raw html. | Waylan Limberg | 2012-01-15 | 1 | -1/+1 |
| * | | Fixed #61. stdin and stdout should work better in python 3. | Waylan Limberg | 2012-01-15 | 2 | -16/+26 |
| * | | Fixed #69. url_sanitize no longer crashes on unparsable urls. | Waylan Limberg | 2012-01-15 | 1 | -9/+18 |
| * | | Fixed #60. When we updated codehilite, we forgot to update fenced_codee to wo... | Waylan Limberg | 2012-01-15 | 1 | -5/+5 |
| * | | Fixed issue #66. Silly error. Not sure why the shebang lines were capitalized... | Waylan Limberg | 2012-01-15 | 2 | -2/+2 |
| * | | fixed an error in the BACKLINK_TEXT option in the footnotes extension. | tim | 2012-01-15 | 1 | -2/+2 |
| * | | New footnotes configuration option: BACKLINK_TEXT (second try). | tim | 2012-01-15 | 1 | -2/+8 |
| * | | attempt at a fix for issue w/ MD links inside of html tagish stuff with safe ... | Mike Dirolf | 2012-01-12 | 4 | -2/+10 |
* | | | Fixed a few typos in the doc strings. Thanks to Ivan Konev for the patch. | Waylan Limberg | 2012-01-18 | 1 | -5/+5 |