Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-21 | Add missing `%` on command tests. | John MacFarlane | 1 | -1/+1 | |
This prevented `--accept` from working properly. | |||||
2019-07-20 | LaTeX writer: fix line breaks at start of paragraph. | John MacFarlane | 1 | -0/+18 | |
Previously we just omitted these. Now we render them using `\hfill\break` instead of `\\`. This is a revision of a PR by @sabine (#5591) who should be credited with the idea. Closes #3324. |