| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added our own xhtml searializer. We no longer use a xml searializer to output... | Waylan Limberg | 2011-06-16 | 6 | -37/+52 |
* | Fixed #22. Horizontal rules now work in a few more crazy edge cases. Who actu... | Waylan Limberg | 2011-06-16 | 1 | -1/+1 |
* | Fixed #23. Turns out markdown.pl only allows up to one space between brackets... | Waylan Limberg | 2011-06-16 | 1 | -2/+2 |
* | Merge branch 'master' of https://github.com/waylan/Python-Markdown | Waylan Limberg | 2011-06-15 | 1 | -2/+2 |
|\ |
|
| * | A few minor tweaks to the smart_strong extension. Thanks to David Chambers fo... | Waylan Limberg | 2011-06-13 | 1 | -2/+2 |
* | | Fixed #21. A header and paragraph not seperated by a blank line inside a list... | Waylan Limberg | 2011-06-15 | 3 | -4/+61 |
|/ |
|
* | Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we no... | Waylan Limberg | 2011-06-07 | 4 | -1/+78 |
* | Fixed #19. Improved Start Emphasis regex. | Waylan Limberg | 2011-06-07 | 3 | -2/+4 |
* | Merge pull request #20 from davidchambers/master | Waylan Limberg | 2011-06-06 | 1 | -1/+1 |
|\ |
|
| * | Added "." to the characters that may be included in implicit heading ids. | David Chambers | 2011-06-05 | 1 | -1/+1 |
|/ |
|
* | Minor adjustment to previous commit. Reference links don't need unescaped as ... | Waylan Limberg | 2011-06-02 | 1 | -4/+4 |
* | Partial fix of issue #14. hrefs (and titles) are now unescaped, but it uppear... | Waylan Limberg | 2011-06-02 | 3 | -12/+25 |
* | Fixed #15. Setext Headers now work with any number of - or = characters. | Waylan Limberg | 2011-06-01 | 3 | -2/+10 |
* | Merge pull request #10 from zerok/master | Waylan Limberg | 2011-05-22 | 3 | -1/+33 |
|\ |
|
| * | Added new HTML5 block elements to known block level elements | Horst Gutmann | 2011-05-22 | 3 | -1/+33 |
|/ |
|
* | MANIFEST.in updated to include run-tests.py and setup.cfg. Opps. | Waylan Limberg | 2011-05-18 | 1 | -0/+2 |
* | Updated INSTALL doc. | Waylan Limberg | 2011-05-18 | 1 | -13/+15 |
* | Edited command line docs. Changed "Linux" to "*nix (Linux, OSX, BSD, Unix, et... | Waylan Limberg | 2011-05-18 | 1 | -2/+2 |
* | Updated command line docs to document the actual implementation. For example,... | Waylan Limberg | 2011-05-18 | 1 | -44/+29 |
* | Complete Rewrite of the using_as_module docs to clearly list all options. | Waylan Limberg | 2011-05-10 | 1 | -131/+191 |
* | Fix #4. Links in headers no longer munge up table of contents in TOC extension. | Waylan Limberg | 2011-05-04 | 1 | -3/+10 |
* | Fixed typo in previous commit. Extension.getConfigs is a method, not a property. | Waylan Limberg | 2011-05-04 | 1 | -1/+1 |
* | Extension.getConfigs returns a dict and is used by the extensions that use co... | Waylan Limberg | 2011-05-04 | 6 | -32/+26 |
* | Minor improvement to Extension settings API. Extension.getConfig now accepts ... | Waylan Limberg | 2011-04-07 | 1 | -3/+7 |
* | Factored out the importing of pygments in CodeHilite Extension so it doesn;t ... | Waylan Limberg | 2011-04-07 | 1 | -27/+24 |
* | Cleaned up CodeHilite extension. When pygments is not available provide simpl... | Waylan Limberg | 2011-04-07 | 1 | -25/+12 |
* | Made lazy ordered lists a settable option. The previous behavior (on) is the ... | Waylan Limberg | 2011-04-29 | 7 | -14/+48 |
* | The Testing Framework will now pass any non-reserved args set in test.cfg fil... | Waylan Limberg | 2011-04-29 | 3 | -10/+11 |
* | Merge commit 'refs/merge-requests/13' of git://gitorious.org/python-markdown/... | Waylan Limberg | 2011-04-28 | 2 | -3/+18 |
|\ |
|
| * | fixed startindex reset in multiple ul | Rohan Jain | 2011-04-05 | 2 | -8/+6 |
| * | add new list item comment | Rohan Jain | 2011-04-03 | 1 | -0/+1 |
| * | custom index support for ol tag | Rohan Jain | 2011-04-03 | 1 | -1/+17 |
* | | Clean up merge of logging | Waylan Limberg | 2011-04-28 | 8 | -98/+42 |
|\ \ |
|
| * | | Updated bug tracker to point to Github account. | Waylan Limberg | 2011-04-28 | 1 | -1/+1 |
| * | | Correctly specify minimum version of cElementTree. Fixes #5. | Waylan Limberg | 2011-04-28 | 1 | -2/+2 |
| * | | Corrected behavior of headerid extension to match default behavior when "Weve... | Waylan Limberg | 2011-04-28 | 1 | -1/+4 |
| * | | Restored custom error message on UnicodeDecodeError. Otherwise we will be get... | Waylan Limberg | 2011-04-28 | 1 | -2/+6 |
| * | | Update tests for logging changes. No more message function. | Waylan Limberg | 2011-04-28 | 1 | -21/+6 |
| * | | fix import loop when importing logger | Craig de Stigter | 2011-04-18 | 3 | -4/+7 |
| * | | sane logging. remove sys.exit() calls (libraries should never ever call sys.e... | Craig de Stigter | 2011-04-18 | 7 | -81/+30 |
| |/ |
|
* | | Updated bug tracker to point to Github account. | Waylan Limberg | 2011-04-27 | 1 | -1/+1 |
* | | Correctly specify minimum version of cElementTree. Fixes #5. | Waylan Limberg | 2011-04-25 | 1 | -2/+2 |
|/ |
|
* | Documented concern raised in Ticket 85. Added a warning that enabling safe_mo... | Waylan Limberg | 2011-03-09 | 1 | -0/+8 |
* | Merge commit 'refs/merge-requests/12' of http://git.gitorious.org/python-mark... | Waylan Limberg | 2011-02-24 | 1 | -1/+5 |
|\ |
|
| * | Added an alternative meta list syntax. | David Chambers | 2011-02-17 | 1 | -1/+5 |
* | | Merge commit 'refs/merge-requests/11' of git://gitorious.org/python-markdown/... | Waylan Limberg | 2011-01-23 | 1 | -2/+3 |
|\| |
|
| * | Made the HeaderId extension's word separator configurable to allow, for | David Chambers | 2011-01-22 | 1 | -2/+3 |
* | | setup.py: Replaced file(.) with open(.) as Python 3 doesn't have file(.) | Henri Wiechers | 2011-01-21 | 1 | -1/+1 |
|/ |
|
* | Fixed line length of previous commit. Some of us still use (and prefer) text ... | Waylan Limberg | 2011-01-09 | 1 | -2/+2 |
* | Merge commit 'refs/merge-requests/9' of git://gitorious.org/python-markdown/m... | Waylan Limberg | 2011-01-09 | 1 | -4/+8 |
|\ |
|