Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | smart_emphasis keyword > legacy_em extension. | Waylan Limberg | 2018-07-31 | 1 | -1/+0 |
| | | | | | | | | | The smart_strong extension has been removed and its behavior is now the default (smart em and smart strong are the default). The legacy_em extension restores legacy behavior (no smart em or smart strong). This completes the removal of keywords. All parser behavior is now modified by extensions, not by keywords on the Markdown class. | ||||
* | Added some inline pattenr tests. | Waylan Limberg | 2014-08-25 | 1 | -0/+1 |
markdown/inlinepatterns.py is now at 99% coverage. I have no idea why the two remaining lines are not not covered. I it not clear to me under what circumstances this two if statements would ever evaluate to True. I'm inclined to just remove them, but perhaps there is an edge case I'm missing. I'll take another look later. |