| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed a silly bug in Definition List extension. Also added tests. As this ext... | Waylan Limberg | 2008-11-05 | 2 | -0/+1616 |
* | Fixed Definition List extension to not wrap the content of defs in p tags whe... | Waylan Limberg | 2008-11-04 | 1 | -9/+3 |
* | Added support to Definition List extension for blank lines between terms and ... | Waylan Limberg | 2008-11-04 | 2 | -0/+41 |
* | Added Definition List extension. This is a first draft. A few more advanced f... | Waylan Limberg | 2008-11-04 | 2 | -0/+72 |
* | Add another test for th efootnote extension that tests named (rather than con... | Waylan Limberg | 2008-10-29 | 2 | -0/+29 |
* | Updated and activated footnotes extension tests for refactor in previous commit. | Waylan Limberg | 2008-10-29 | 1 | -41/+26 |
* | Added a more thorough test of nested inline markup. Thanks John Szakmeister. | John Szakmeister | 2008-10-29 | 2 | -0/+30 |
* | Completing the test case for the toc extension. | Yuri Takhteyev | 2008-10-18 | 2 | -0/+701 |
* | Adding Jack Miller's TOC extension and a test file for it. | Yuri Takhteyev | 2008-10-17 | 1 | -0/+849 |
* | Removed old 'wikilink' extension. | Waylan Limberg | 2008-09-20 | 2 | -15/+0 |
* | Added tests for new '[[wikilinks]]' extension. | Waylan Limberg | 2008-09-20 | 2 | -0/+16 |
* | Moved prettifyETree into a Postprocessor and added code to append all '<br />... | Waylan Limberg | 2008-09-04 | 2 | -6/+12 |
* | Replaced indentation with linebreaks only. At least its more consistant - and... | Waylan Limberg | 2008-09-03 | 55 | -464/+231 |
* | Fixed ticket 12. Insert code placeholder into a wrapping ET element rather th... | Waylan Limberg | 2008-08-26 | 1 | -7/+4 |
* | Oops, forgot to add mismatched-tags test. | Artem Yunusov | 2008-08-24 | 2 | -1/+18 |
* | Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now | Waylan Limberg | 2008-08-22 | 17 | -618/+336 |
* | Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> t... | Waylan Limberg | 2008-08-22 | 16 | -94/+140 |
* | More updated to wikilink tests to better match ElementTree output. *Note* tes... | Waylan Limberg | 2008-08-22 | 1 | -2/+4 |
* | Improved wikilink tests. **Note** the test currently fails. We have bugs that... | Waylan Limberg | 2008-08-22 | 2 | -0/+7 |
* | Moved some hanging test files around. | Waylan Limberg | 2008-08-22 | 2 | -2/+0 |
* | Fixed up some more tests - renamed misspelled filenames and removed executabl... | Waylan Limberg | 2008-08-22 | 4 | -0/+0 |
* | Updated tests with raw block level html in them. **Note** these tests do not ... | Waylan Limberg | 2008-08-22 | 3 | -13/+17 |
* | Removed executable status on some test files ??? not sure why it was there to... | Waylan Limberg | 2008-08-22 | 4 | -0/+0 |
* | Adding unicode tests for Neale's fix. (Those only pass after changing | Yuri Takhteyev | 2008-08-20 | 2 | -0/+6 |
* | Changing string to unicode in Neale's fix. Adding test cases. | Yuri Takhteyev | 2008-08-20 | 2 | -0/+5 |
* | Forgot to add headers.txt to commit. | Artem Yunusov | 2008-08-13 | 1 | -0/+4 |
* | Header test extended. | Artem Yunusov | 2008-08-13 | 1 | -2/+5 |
* | Bugfix for inline patterns. Tables extension ported to ElementTree. | Artem Yunusov | 2008-08-04 | 2 | -19/+34 |
* | Merge git://gitorious.org/python-markdown/mainline | Artem Yunusov | 2008-08-02 | 4 | -0/+76 |
|\ |
|
| * | Adding extensions tests. | Yuri Takhteyev | 2008-07-29 | 4 | -0/+76 |
* | | A lot of bug fixes, added ElementTree support for extensions, some new tests. | Artem Yunusov | 2008-07-31 | 7 | -40/+66 |
* | | Missing link defenition bug fixed. | Artem Yunusov | 2008-07-22 | 2 | -0/+7 |
* | | Ops, forgot to add new test files | Artem Yunusov | 2008-07-19 | 6 | -0/+55 |
* | | Aggregated regexp for both backtick and double backtick. | Artem Yunusov | 2008-07-16 | 2 | -3/+3 |
* | | Output bug fixed(stripping text data at the end of processing in _processPlac... | Artem Yunusov | 2008-07-15 | 14 | -263/+275 |
* | | A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ... | Artem Yunusov | 2008-07-14 | 79 | -2233/+1771 |
* | | Code blocks escaping bug fixed. Some test suite modifications. | Artem Yunusov | 2008-07-03 | 7 | -52/+31 |
* | | New mechanism for processing Inline Patterns. | Artem Yunusov | 2008-07-02 | 1 | -18/+18 |
|/ |
|
* | Allow hashes (#) in body of headers -- with tests. Thank you John Szakmeister... | Waylan Limberg | 2008-05-14 | 2 | -1/+5 |
* | Added safe_mode to testing framework and soem tests. | Waylan Limberg | 2008-03-19 | 10 | -60/+324 |
* | Added sanatition of link urls when in safe_mode to no longer allow javascript... | Waylan Limberg | 2008-03-18 | 2 | -0/+51 |
* | Moved line-endings cleanup from transform to convert method so it runs prior ... | Waylan Limberg | 2008-03-06 | 2 | -0/+10 |
* | fixed testing framework to actually use the extensions passed in and a few ot... | Waylan Limberg | 2008-03-03 | 5 | -40/+40 |
* | Some tests I forgot to checking with recent commits. | Waylan Limberg | 2008-03-03 | 4 | -4/+53 |
* | Fixed bugs involving greedy/non-greedy regexes | David Wolever | 2008-02-29 | 4 | -73/+3 |
* | Added svn:ignore properties to test directories, checked in failing test case. | David Wolever | 2008-02-18 | 2 | -0/+3 |
* | No longer replacing " with @quot;. Fixes [1862742] | Waylan Limberg | 2008-02-09 | 10 | -151/+141 |
* | Adjustments to match unicode policy as discussed on list and other minor | Waylan Limberg | 2007-12-13 | 4 | -82/+70 |
* | Added support for images inside links and updated tests. Fixes [1458136]. | Waylan Limberg | 2007-11-29 | 4 | -63/+57 |
* | Footnotes that end in anyting but a <p> (list, blockquote, codeblock) now have | Waylan Limberg | 2007-11-29 | 4 | -63/+124 |