Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-10 | Tests.Helpers: export testGolden and use it in RTF reader. | John MacFarlane | 1 | -12/+5 | |
This gives a diff output on failure. | |||||
2021-08-10 | Add test for #7488. | John MacFarlane | 1 | -0/+1 | |
2021-08-10 | Add RTF reader. | John MacFarlane | 1 | -0/+48 | |
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982. |