aboutsummaryrefslogtreecommitdiff
path: root/test/command/2874.md
AgeCommit message (Collapse)AuthorFilesLines
2021-06-21Update command test for change to LaTeX LineBreak handling.John MacFarlane1-2/+2
2017-04-25LaTeX writer: fix error with line breaks after empty content.John MacFarlane1-0/+14
LaTeX requires something before a line break, so we insert a `~` if no printable content has yet been emitted. Closes #2874.