Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add toc_depth parameter to toc extension | Jesús Fernández | 2018-07-24 | 3 | -2/+69 |
* | Add missing comma in HTML_EMPTY | zyxw59 | 2018-07-24 | 1 | -1/+1 |
* | Add the possibility to set additional classes | WhiteWinterWolf | 2018-07-24 | 4 | -4/+41 |
* | Add support for PY37 and PYPY3. | Waylan Limberg | 2018-07-24 | 4 | -5/+10 |
* | Moved enable_attributes keyword to extension: legacy_attrs. | Waylan Limberg | 2018-07-24 | 18 | -82/+107 |
* | Improve serializer test coverage | Waylan Limberg | 2018-07-24 | 2 | -20/+67 |
* | Simplify namespace support in serializer. | Waylan Limberg | 2018-07-24 | 2 | -127/+77 |
* | Stop testing Python 3.3 on Travis | Dmitry Shachnev | 2018-06-28 | 1 | -2/+0 |
* | typo fix in nl2br.md (#673) | Vyacheslav Matyukhin | 2018-06-23 | 1 | -1/+1 |
* | Implement reset() for Meta extension (#672) | Glandos | 2018-06-19 | 2 | -0/+19 |
* | Fix formatting in fenced code block example | Dmitry Shachnev | 2018-06-05 | 1 | -2/+2 |
* | Fix typo. | Amal Murali | 2018-05-07 | 1 | -1/+1 |
* | Update block level elements. | Waylan Limberg | 2018-03-16 | 1 | -10/+13 |
* | Better check of allowed TOC location #639 (#641) | Charles de Beauchesne | 2018-03-08 | 2 | -10/+47 |
* | Only strip spaces in tables (#644) | Isaac Muse | 2018-02-22 | 3 | -5/+48 |
* | Fix typos | Jakub Wilk | 2018-02-17 | 4 | -10/+10 |
* | Simplify output_formats to html and xhtml. | Waylan Limberg | 2018-01-25 | 4 | -34/+11 |
* | Flexible inline (#629) | Isaac Muse | 2018-01-17 | 16 | -184/+785 |
* | Fix 'IndentationError' in release-2.6 document | raimon | 2018-01-15 | 1 | -2/+2 |
* | Remove deprecated support for Extension args. | Waylan Limberg | 2018-01-13 | 17 | -73/+45 |
* | Improve test coverage. | Waylan Limberg | 2018-01-13 | 21 | -56/+79 |
* | Correct spelling mistakes. | Edward Betts | 2018-01-13 | 21 | -25/+25 |
* | docs: Remove references to header_id.md page. | Dmitry Shachnev | 2018-01-12 | 5 | -9/+3 |
* | Refactor Extension loading (#627) | Waylan Limberg | 2018-01-12 | 27 | -291/+288 |
* | Removed some Py2.4-2.6 specific code. | Waylan Limberg | 2018-01-11 | 2 | -21/+2 |
* | Removed deprecated HeaderId Extension. | Waylan Limberg | 2018-01-11 | 4 | -283/+0 |
* | Removed deprecated safe_mode. | Waylan Limberg | 2018-01-11 | 32 | -741/+29 |
* | Removed support for deprecated config in ext name. | Waylan Limberg | 2018-01-11 | 2 | -26/+2 |
* | Removed deprecated support for positional args. | Waylan Limberg | 2018-01-11 | 2 | -37/+9 |
* | Moved core to core.py | Waylan Limberg | 2018-01-11 | 4 | -514/+535 |
* | Document the new test tools. | Waylan Limberg | 2018-01-08 | 5 | -140/+178 |
* | Switch from nose to unittest | Waylan Limberg | 2018-01-08 | 19 | -593/+342 |
* | Provide new testing framework. | Waylan Limberg | 2018-01-08 | 7 | -0/+1349 |
* | Include MkDocs config in dist. | Waylan Limberg | 2018-01-08 | 2 | -0/+4 |
* | Version to 3.0.dev | Waylan Limberg | 2018-01-08 | 2 | -2/+2 |
* | Up version to 2.6.11 (#620)2.6.11 | Waylan Limberg | 2018-01-04 | 3 | -2/+6 |
* | Fix raw html reference issue (#585) | Isaac Muse | 2018-01-04 | 5 | -1/+203 |
* | Avoid DeprecationWarnings for etree | Waylan Limberg | 2018-01-04 | 2 | -5/+5 |
* | Warnings should cause tests to fail. | Waylan Limberg | 2018-01-04 | 1 | -0/+7 |
* | Make sure regex patterns are raw strings (#614) | Isaac Muse | 2018-01-02 | 4 | -19/+19 |
* | Remove unwanted apostrophe from docs | Alex Chan | 2017-12-27 | 1 | -1/+1 |
* | [Footnote extension] Add a way to customize the backlink title (#616) | Jorge Maldonado Ventura | 2017-12-22 | 2 | -2/+13 |
* | Restore code to use markdown_py as the console script name. | Dmitry Shachnev | 2017-12-10 | 1 | -1/+6 |
* | Fix spellchecking test. | Waylan Limberg | 2017-12-08 | 4 | -6/+22 |
* | Build and upload wheels for releases. | Waylan Limberg | 2017-12-08 | 4 | -55/+22 |
* | Switch to setuptools. | Waylan Limberg | 2017-12-08 | 3 | -86/+19 |
* | Update makefile | Waylan Limberg | 2017-12-07 | 1 | -6/+2 |
* | Upped version to 2.6.102.6.10 | Waylan Limberg | 2017-12-07 | 3 | -3/+5 |
* | Switch docs to MKDocs (#602) | Waylan Limberg | 2017-12-06 | 83 | -3274/+2438 |
* | Feature ancestry (#598) | Isaac Muse | 2017-11-23 | 5 | -13/+107 |