Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-17 | Move common groff functions to Text.Pandoc.Writers.Groff | John MacFarlane | 1 | -1/+1 | |
(unexported module). These are used in both the man and ms writers. Moved groffEscape out of Text.Pandoc.Writers.Shared [cancels earlier API change from adding it, which was after last release]. This fixes strong/code combination on man (should be `\f[CB]` not `\f[BC]`), mentioned in #4973. Updated tests. Closes #4975. | |||||
2018-10-17 | Man writer: use \f[R] instead of \f[] to reset font | Alexander Krotov | 1 | -3/+4 | |
Fixes #4973 | |||||
2017-04-12 | Man writer: Fix handling of nested font commands. | John MacFarlane | 1 | -0/+15 | |
Previously pandoc emitted incorrect markup for bold + italic, for example, or bold + code. Closes #3568. |