Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-02-01 | LaTeX writer: avoid `{}` after control sequences when escaping. | John MacFarlane | 1 | -1/+1 |
2018-11-05 | CommonMark writer: respect --ascii (#5043) | quasicomputational | 1 | -0/+36 |
2018-11-04 | XML: toHtml5Entities: prefer shorter entities... | John MacFarlane | 1 | -2/+2 |
2018-11-01 | Implement --ascii for Markdown writer. | John MacFarlane | 1 | -0/+8 |
2018-11-01 | HTML writer: use character entities references when possible for HTML5. | John MacFarlane | 1 | -1/+1 |
2018-10-18 | Groff escaping changes. | John MacFarlane | 1 | -2/+2 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 1 | -0/+45 |