| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow capitalized Admonition title. | Waylan Limberg | 2013-02-12 | 1 | -1/+1 |
* | Merge branch 'master' into admonition | Tiago Serafim | 2013-02-09 | 25 | -54/+275 |
|\ |
|
| * | HtmlBlockProcessor preserves empty lines | Waylan Limberg | 2013-02-07 | 2 | -8/+74 |
| * | Preserve whitespace in empty lines | Waylan Limberg | 2013-02-07 | 2 | -0/+68 |
| * | nl2br and attr_list compatability. | Waylan Limberg | 2013-02-06 | 3 | -0/+6 |
| * | Account for a paragraph that starts with a colon when processing def_lists | Waylan Limberg | 2013-02-06 | 2 | -0/+40 |
| * | Forbid javascript:// URLs in safe mode | Philipp Hagemeister | 2013-02-05 | 2 | -0/+5 |
| * | Enable attributes inside image references | Adam Backstrom | 2013-01-27 | 2 | -0/+5 |
| * | Testing framework now runs on Python 2 & 3 unmodified. | Waylan Limberg | 2012-12-14 | 5 | -34/+45 |
| * | Normalize line endings in tests as git may alter them on Windows. | Waylan Limberg | 2012-12-14 | 1 | -2/+3 |
| * | Fixed #165. Switched the order of treeprocessors when attr_list and headerid ... | Waylan Limberg | 2012-12-13 | 1 | -0/+12 |
| * | Fixed #164. attr_list extension attribute names are now sanitized and won't c... | Waylan Limberg | 2012-12-13 | 2 | -1/+3 |
| * | Fixed CodeHilite test when pygments is not installed. | Waylan Limberg | 2012-11-04 | 1 | -1/+1 |
| * | Fixed #153. Two spaces at end of paragraph is not a linebreak. | Waylan Limberg | 2012-10-21 | 3 | -12/+6 |
| * | Fixed #152. Spaces in links are now escaped. | Waylan Limberg | 2012-10-21 | 2 | -3/+3 |
| * | Fixed #151. Raw html matching is now case-insensitive. | Waylan Limberg | 2012-10-21 | 2 | -1/+12 |
* | | More tests for the extension and new tests for the RE. It's now possible to u... | Tiago Serafim | 2012-09-19 | 3 | -21/+31 |
* | | Removed the configs. | Tiago Serafim | 2012-09-08 | 1 | -10/+1 |
* | | Initial version with insufficient tests and no docs. | Tiago Serafim | 2012-09-02 | 4 | -10/+85 |
|/ |
|
* | Merge commit '63020032eab733ed74f06a687abb5c358de4e931' | Dmitry Shachnev | 2012-08-26 | 1 | -1/+0 |
|\ |
|
| * | Don't import from doctest, it's no longer used | Dmitry Shachnev | 2012-08-26 | 1 | -1/+0 |
* | | Fix `footnote_many_footnotes` test as per #129 | Dmitry Shachnev | 2012-08-25 | 1 | -2398/+2398 |
|/ |
|
* | Fixed #129. Footnotes now output valid HTML5. | Waylan Limberg | 2012-08-09 | 3 | -15/+15 |
* | Fixed #114. Converted doctests to unittests. While I left the doctests there ... | Waylan Limberg | 2012-07-26 | 1 | -0/+275 |
* | Added support for <foo>+<bar> lexers of Pygments | papaeye | 2012-07-21 | 2 | -0/+20 |
* | Fixed #115. Make sure all file objects are closed. | Waylan Limberg | 2012-07-12 | 1 | -2/+5 |
* | Fixed #112 and cleaned up error reporting when loading extensions. | Waylan Limberg | 2012-07-12 | 1 | -3/+3 |
* | Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home... | Waylan Limberg | 2012-06-28 | 4 | -24/+24 |
* | Add test for 5236a9838c580a17c3299efb97d9f41ce2a1efab | Catalin Iacob | 2012-04-17 | 3 | -0/+7 |
* | tests for 9852c2263ef7775d2a508a9c1721148cbf3ae258 | fin | 2012-04-11 | 2 | -0/+2 |
* | Fixed #85. Odict now handles link errors correctly. | Waylan Limberg | 2012-03-19 | 1 | -0/+8 |
* | Fixed #78. Added support for two line link refs. | Waylan Limberg | 2012-02-02 | 2 | -1/+7 |
* | Fixes #64. Added sane_list extension. | Waylan Limberg | 2012-01-24 | 3 | -0/+40 |
* | Removed Codehilite from tests. | Waylan Limberg | 2012-01-20 | 2 | -32/+32 |
* | It is spelled 'serializers' not 'searializers'. | Waylan Limberg | 2012-01-20 | 1 | -7/+7 |
* | Inline html is now escaped by the searializer. | Waylan Limberg | 2012-01-19 | 6 | -7/+7 |
* | Partial fix for issue introduced in fix for #59 | Waylan Limberg | 2012-01-19 | 6 | -1/+8 |
* | Cleaned up tests after merging pull request fixing #72. | Waylan Limberg | 2012-01-18 | 5 | -3/+0 |
* | Support github-flavored markdown by making the '.' optional before language t... | Mike Dirolf | 2012-01-17 | 3 | -0/+69 |
* | Fenced code blocks need to end with a fence on its own line. | Mike Dirolf | 2012-01-17 | 3 | -0/+69 |
* | When safe mode is 'escape', don't allow bad html to stop further processing. | Mike Dirolf | 2012-01-14 | 4 | -21/+28 |
* | Fixed #68. Blank line is not required after html comments. | Waylan Limberg | 2012-01-15 | 3 | -2/+12 |
* | Fixed #57. Multiline HTML Blocks no longer require a blank line after them. | Waylan Limberg | 2012-01-15 | 3 | -2/+17 |
* | attempt at a fix for issue w/ MD links inside of html tagish stuff with safe ... | Mike Dirolf | 2012-01-12 | 3 | -0/+5 |
* | also undo changes to the test.cfg | Daniel Gottlieb | 2011-12-27 | 1 | -4/+0 |
* | appropriately move the tests to the fenced code documentation in the extensio... | Daniel Gottlieb | 2011-12-27 | 2 | -150/+0 |
* | Allow tildes or backticks in the fenced_code extension to support the syntax ... | Daniel Gottlieb | 2011-12-27 | 3 | -1/+155 |
* | Some more tests for issue #51. An upate to Marcin Kasperski's tests (which I ... | Waylan Limberg | 2011-11-17 | 3 | -2402/+1212 |
* | Merge git://github.com/Mekk/Python-Markdown into mekk | Waylan Limberg | 2011-11-17 | 2 | -0/+10796 |
|\ |
|
| * | Example test for #51 (crash on docs with +1000 footnotes) | Marcin Kasperski | 2011-11-10 | 2 | -0/+10796 |