Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-07 | Avoid unnecessary use of NoImplicitPrelude pragma (#7089) | Albert Krewinkel | 1 | -2/+0 | |
2020-07-08 | Escape starting periods in ms writer code blocks | Michael Hoffmann | 1 | -0/+37 | |
If a line of ms code block output starts with a period (.), it should be prepended by '\&' so that it is not interpreted as a roff command. Fixes #6505 |