Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved enable_attributes keyword to extension: legacy_attrs. | Waylan Limberg | 2018-07-24 | 1 | -0/+48 |
| | | | | | | | If you have existing documents that use the legacy attributes format, then you should enable the legacy_attrs extension for those documents. Everyone is encouraged to use the attr_list extension going forward. Closes #643. Work adapted from 0005d7a of the md3 branch. | ||||
* | Only strip spaces in tables (#644) | Isaac Muse | 2018-02-22 | 2 | -0/+43 |
Strip only the space character and not things like nbsp in tables. Fixes #635. |