Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-04 | RTF reader: better handling of `\*` and bookmarks. | John MacFarlane | 1 | -1/+1 | |
We now ensure that groups starting with `\*` never cause text to be added to the document. In addition, bookmarks now create a span between the start and end of the bookmark, rather than an empty span. | |||||
2021-08-10 | Add test for #7488. | John MacFarlane | 2 | -0/+446 | |
2021-08-10 | Add RTF reader. | John MacFarlane | 22 | -0/+894 | |
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982. |