Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upped version to 2.6.5.2.6.5-final | Waylan Limberg | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | Switch Travis to new infrastructure for faster build. | Waylan Limberg | 2015-11-17 | 1 | -4/+6 |
| | |||||
* | Merge pull request #441 from mitya57/master | Waylan Limberg | 2015-11-07 | 3 | -2/+23 |
|\ | | | | | Fix #440 (Tables extension drops characters after code spans) | ||||
| * | Fix handling of characters after backtick in tables. | Dmitry Shachnev | 2015-11-07 | 1 | -1/+1 |
| | | | | | | | | Fixes #440. Thanks @jandecaluwe for the bug report. | ||||
| * | Add a failing testcase for issue #440. | Dmitry Shachnev | 2015-11-07 | 2 | -1/+22 |
|/ | |||||
* | Upped to version 2.6.4.2.6.4-final | Waylan Limberg | 2015-11-06 | 2 | -1/+3 |
| | |||||
* | Ensure InlinePatterns don't drop newlines. | Waylan Limberg | 2015-11-06 | 3 | -2/+7 |
| | | | | | | Drppoed the non-greedy quantifier from the end of the inlinePatterns as it served no useful purpose and was actually (in very rare edge cases) causing newlines to be dropped. FIxes #439. Thanks to @munificent for the report. | ||||
* | Upped to version 2.6.3.2.6.3-final | Waylan Limberg | 2015-10-26 | 2 | -1/+3 |
| | |||||
* | Merge pull request #437 from MustafaHaddara/table-inline-code | Waylan Limberg | 2015-10-26 | 4 | -4/+134 |
|\ | | | | | Table inline code | ||||
| * | Fixed handling of table cell split | Mustafa Haddara | 2015-10-24 | 4 | -4/+134 |
| | | |||||
* | | Coverage 4.0 dropped support for Python 3.2. Until we drop Python 3.2, we ↵ | Waylan Limberg | 2015-10-26 | 1 | -1/+1 |
|/ | | | | must stick with coverage<4.0. | ||||
* | Merge pull request #432 from facelessuser/master | Waylan Limberg | 2015-09-05 | 3 | -4/+16 |
|\ | | | | | Fix infinite loop #430 | ||||
| * | Fix infinite loop #430 | facelessuser | 2015-09-04 | 3 | -4/+16 |
|/ | | | | | | | | | This should fix the remaining corner cases that can cause infinite loops. Previous iterations did not account for scenarios where the “end” index was less than the “start” index. If the “end” index is ever less than or equal to the “start” index, the “end” will be adjusted to to be “start” + 1 allow the full range to be extracted and replaced. | ||||
* | Merge pull request #429 from Tigge/patch-1 | Waylan Limberg | 2015-08-29 | 3 | -1/+21 |
|\ | | | | | Fix find footnote placeholder to recurse | ||||
| * | Fix find footnote placeholder to recurse | Gustav Tiger | 2015-08-29 | 3 | -1/+21 |
|/ | |||||
* | Merge pull request #419 from mitya57/master | Waylan Limberg | 2015-06-20 | 5 | -12/+16 |
|\ | | | | | Use a different approach to fix the smarty bug | ||||
| * | Add a test for duplicate angled quotes without smarty extension | Dmitry Shachnev | 2015-06-20 | 2 | -1/+4 |
| | | |||||
| * | Override regex for html inline pattern when smart_angled_quotes is true | Dmitry Shachnev | 2015-06-20 | 1 | -1/+6 |
| | | | | | | | | | | Add a restriction that the closing angled quote should not be duplicate, so that we can use our own pattern for handling duplicate quotes. | ||||
| * | Add a test to make sure quotes processor does not touch code blocks | Dmitry Shachnev | 2015-06-19 | 2 | -2/+2 |
| | | |||||
| * | Revert "smarty: Use a separate processor for angled quotes" | Dmitry Shachnev | 2015-06-19 | 1 | -8/+4 |
| | | | | | | | | | | | | | | That commit caused a regression where `<<` and `>>` inside code blocks were wrongly replaced with double quotes. This reverts commit 5029d829c1532f31adc9acbf54d88bb469a69a4f. | ||||
* | | Restict travis to non-experimental branches. | Waylan Limberg | 2015-06-19 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #417 from mitya57/master | Waylan Limberg | 2015-06-15 | 3 | -4/+10 |
|\ | | | | | Fix processing angle quotes in smarty extension | ||||
| * | smarty: Use a separate processor for angled quotes | Dmitry Shachnev | 2015-06-15 | 1 | -4/+8 |
| | | | | | | | | Run that processor before inline processor to fix the test failure. | ||||
| * | tests: Add a failing case for `<<Hello>>` to smarty test | Dmitry Shachnev | 2015-06-15 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #415 from karepker/master | Waylan Limberg | 2015-06-01 | 2 | -11/+28 |
|\ | | | | | Fixed #414 parser ignoring value of `tab_length` | ||||
| * | Updated BlockProcessor to new-style class. Changed subclasses to use super(). | Kar Epker | 2015-06-01 | 2 | -6/+6 |
| | | |||||
| * | Changed formatting of regex strings. Fixed flake8 issues. | Kar Epker | 2015-06-01 | 2 | -19/+10 |
| | | |||||
| * | Changed line continuations to satisfy pylint. | Kar Epker | 2015-06-01 | 2 | -14/+19 |
| | | |||||
| * | Fixed parser ignoring value of tab_length. | Kar Epker | 2015-06-01 | 2 | -9/+30 |
|/ | |||||
* | Updated change_log for 2.6.2. | Waylan Limberg | 2015-04-20 | 1 | -0/+2 |
| | |||||
* | Upped version to 2.6.22.6.2-final | Waylan Limberg | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #404 from iKevinY/spelling-fixes | Waylan Limberg | 2015-04-06 | 1 | -6/+6 |
|\ | | | | | Miscellaneous capitalization/spelling fixes | ||||
| * | Miscellaneous capitalization/spelling fixes | Kevin Yap | 2015-04-06 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #400 from pieterprovoost/emptytable | Waylan Limberg | 2015-04-06 | 3 | -3/+15 |
|\ \ | |/ |/| | support empty table | ||||
| * | updated tables test | pieterprovoost | 2015-04-06 | 2 | -2/+11 |
| | | |||||
| * | added support for zero row tables | pieterprovoost | 2015-04-05 | 2 | -2/+5 |
|/ | |||||
* | smarty: Add back special case for decade abbreviations | Dmitry Shachnev | 2015-03-18 | 3 | -6/+10 |
| | | | | | | | | | | The previous version did not work, and was incorrectly removed as part of 85ad18071d619251. In the new version, use lookbehind search for \w instead of \b, so that it works. Update the tests accordingly. Fixes #399 (except parts that we can't fix). Thanks @gandaro for the report. | ||||
* | Merge branch 'master' of https://github.com/waylan/Python-Markdown | Waylan Limberg | 2015-03-14 | 1 | -5/+5 |
|\ | |||||
| * | Merge pull request #397 from gandaro/doc-fail-0 | Waylan Limberg | 2015-03-13 | 1 | -5/+5 |
| |\ | | | | | | | fix broken documentation code | ||||
| | * | fix broken documentation code | Jakob Kramer | 2015-03-13 | 1 | -5/+5 |
| |/ | |||||
* / | Add Comment support to toc. | Waylan Limberg | 2015-03-14 | 1 | -2/+2 |
|/ | | | | | | A etree can contain Comments, PIs or other Elements which do not have a string for a tag. Must always check that a tag is a string before doing string processing on it. Otherwise, things will crash. | ||||
* | Upped version to 2.6.12.6.1-final | Waylan Limberg | 2015-03-08 | 2 | -1/+5 |
| | |||||
* | Removed `yaml` option from meta-data extension. | Waylan Limberg | 2015-03-08 | 4 | -74/+16 |
| | | | | | The option was buggy. Rather than try to fix it, it is being removed. This feeture should exist as a seperate extension. Fixes #390. | ||||
* | No `=` in key or value of attr lists. | Waylan Limberg | 2015-02-24 | 3 | -3/+21 |
| | | | | Fixes #389. Thanks for the report @lazka. | ||||
* | Fix formatting DeprecationWarning messages. | Dmitry Shachnev | 2015-02-20 | 1 | -2/+2 |
| | | | | | Without the space, Python joins the lines and it produces results like 'Positional arguments are depreacted in MarkdownUse keyword arguments only'. | ||||
* | Upped version to 2.6 final2.6-final | Waylan Limberg | 2015-02-19 | 2 | -2/+2 |
| | |||||
* | Add 'help' command to makefile | Waylan Limberg | 2015-02-19 | 1 | -0/+14 |
| | | | | | I can never remember the names of the subcommands. A 'help' subcommand is an easy assistant for the future. | ||||
* | No binary operators at begining of line. | Waylan Limberg | 2015-02-18 | 4 | -17/+14 |
| | | | | | | | Apparently this is a new requirement of flake8. That's the thing about using tox. Every test run reinstalls all dependencies so an updated dependency might instroduce new errors. I could specify a specific version, but I like staying current. | ||||
* | Cleaned up spelling (again). | Waylan Limberg | 2015-02-18 | 2 | -5/+6 |
| | |||||
* | Reformatted Release Notes for 2.6. | Waylan Limberg | 2015-02-18 | 1 | -154/+188 |
| | | | | | | | | | This format (using subheading rather than lists), allows for easy linking to each individual section of the release notes. I think we should sue this format going forward. Also added an additional example to clarify the deprecation of the special treatment of the 'mdx_' prefix for third party extensions. |