| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored test framework to use YAML config files rather than INI. Fixes #333. | Waylan Limberg | 2014-08-20 | 2 | -44/+78 |
* | Fixed an old typo in the smarty extension and added a test case. | Martin Altmayer | 2014-08-11 | 2 | -1/+3 |
* | 100% test coverage of admonitions | Waylan Limberg | 2014-07-10 | 2 | -0/+2 |
* | smarty: add support for angled quotes | Dmitry Shachnev | 2014-06-19 | 3 | -1/+6 |
* | Add failing unit test for smarty: ellipsis before close double quote generate... | Lawrence Kesteloot | 2014-05-31 | 2 | -0/+3 |
* | Merge pull request #311 from mitya57/master | Waylan Limberg | 2014-05-26 | 1 | -1/+1 |
|\ |
|
| * | Add smarty to extensions for attr_list test | Dmitry Shachnev | 2014-05-06 | 1 | -1/+1 |
* | | Fix issue308 and fix (unrelated) failure to break out of nest loop. | ryneeverett | 2014-05-21 | 2 | -1/+14 |
|/ |
|
* | Add a (failing) test for Smarty extension. | Dmitry Shachnev | 2014-02-13 | 2 | -1/+3 |
* | Fix some tests failures | Dmitry Shachnev | 2014-02-12 | 1 | -1/+1 |
* | tables_and_attr_list test | ryneeverett | 2014-01-11 | 3 | -0/+25 |
* | Issue #52 | ryneeverett | 2013-10-14 | 2 | -6/+57 |
* | toc: insert `¶` instead of raw unicode character | Dmitry Shachnev | 2013-09-29 | 1 | -4/+4 |
* | Add tests for the previous two commits | Dmitry Shachnev | 2013-09-25 | 3 | -10/+10 |
* | Ensure each term on def list maintains its own loose status. | Waylan Limberg | 2013-09-02 | 2 | -1/+22 |
* | Some fixes requested by @waylan, cleanup and tests improvements | Dmitry Shachnev | 2013-07-27 | 2 | -2/+11 |
* | Add smarty extension, based on SmartyPants library | Dmitry Shachnev | 2013-07-26 | 3 | -0/+38 |
* | Added support for attr_lists on definition list terms. | Waylan Limberg | 2013-07-19 | 3 | -2/+22 |
* | Allow inline attr_lists at end of header. | Waylan Limberg | 2013-07-19 | 2 | -2/+2 |
* | Attr_List Extension now also supports nested ol's. | Waylan Limberg | 2013-07-19 | 2 | -1/+43 |
* | Attr_List Extension now support attr_lists on nested lists. | Waylan Limberg | 2013-06-16 | 2 | -1/+23 |
* | Updated toc tests. | Waylan Limberg | 2013-02-19 | 2 | -2/+2 |
* | adding test for out of order headlines | benjaoming | 2013-02-18 | 3 | -0/+16 |
* | Allow capitalized Admonition title. | Waylan Limberg | 2013-02-12 | 1 | -1/+1 |
* | Merge branch 'master' into admonition | Tiago Serafim | 2013-02-09 | 7 | -1/+49 |
|\ |
|
| * | 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 |
| * | Fixed #164. attr_list extension attribute names are now sanitized and won't c... | Waylan Limberg | 2012-12-13 | 2 | -1/+3 |
* | | More tests for the extension and new tests for the RE. It's now possible to u... | Tiago Serafim | 2012-09-19 | 2 | -0/+22 |
* | | Initial version with insufficient tests and no docs. | Tiago Serafim | 2012-09-02 | 3 | -0/+39 |
|/ |
|
* | 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 |
* | Added support for <foo>+<bar> lexers of Pygments | papaeye | 2012-07-21 | 2 | -0/+20 |
* | 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 |
* | 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 |
* | 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 |
* | | Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ... | Waylan Limberg | 2011-11-18 | 3 | -14/+7 |
|/ |
|
* | Fixed #30. Tables now allow three spaces of indent like PHP Markdown Extra. T... | Waylan Limberg | 2011-06-29 | 2 | -1/+62 |
* | Added docs and tests to attr_list ext. Closes #7. | Waylan Limberg | 2011-06-20 | 3 | -0/+55 |
* | Added our own xhtml searializer. We no longer use a xml searializer to output... | Waylan Limberg | 2011-06-16 | 1 | -6/+6 |
* | Skipping codehilite test as differant versions of pygments give slightly diff... | Waylan Limberg | 2010-11-04 | 1 | -0/+2 |
* | Fixed Ticket 70 and added a test. Footnote references whithout a corespondin... | Waylan Limberg | 2010-08-25 | 2 | -0/+3 |
* | Fixed problem hidden by Ticket 68. Defining a footnote placeholder in a markd... | Waylan Limberg | 2010-08-02 | 2 | -0/+15 |