Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-19 | LaTeX reader: better support for `\xspace`. | John MacFarlane | 1 | -1/+1 | |
Previously we only supported it in inline contexts; now we support it in all contexts, including math. Partially addresses #7299. | |||||
2019-07-19 | Markdown: Ensure that expanded latex macros end with space if original did. | John MacFarlane | 1 | -0/+9 | |
Closes #4442. |