Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate md_globals from extension API. (#697) | Waylan Limberg | 2018-07-31 | 1 | -1/+1 |
| | | | | | | In the past, most of the config was defined using globals. Today all of the config is held on the class instance. Therefore, the `md_globals` parameter is no longer necessary. | ||||
* | smart_emphasis keyword > legacy_em extension. | Waylan Limberg | 2018-07-31 | 1 | -0/+30 |
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. |