Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-03 | Improve Markdown writer escaping. | John MacFarlane | 1 | -1/+1 | |
This fixes escaping for '#' in particular. Closes #7726. | |||||
2021-05-16 | Markdown writer: fewer unneeded escapes for `#`. | John MacFarlane | 1 | -1/+1 | |
See #6259. | |||||
2021-04-05 | Commonmark writer: Use backslash escapes for `<` and `|`... | John MacFarlane | 1 | -0/+6 | |
instead of entities. Closes #7208. |