aboutsummaryrefslogtreecommitdiff
path: root/test/command/4442.md
AgeCommit message (Collapse)AuthorFilesLines
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane1-1/+1
Previously we only supported it in inline contexts; now we support it in all contexts, including math. Partially addresses #7299.
2019-07-19Markdown: Ensure that expanded latex macros end with space if original did.John MacFarlane1-0/+9
Closes #4442.