Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 | |
The haddock module header contains essentially the same information, so the boilerplate is redundant and just one more thing to get out of sync. | |||||
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -2/+0 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -2/+1 | |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -2/+2 | |
2015-07-23 | Added odt reader | MarLinn | 1 | -0/+43 | |
Fully implemented features: * Paragraphs * Headers * Basic styling * Unordered lists * Ordered lists * External Links * Internal Links * Footnotes, Endnotes * Blockquotes Partly implemented features: * Citations Very basic, but pandoc can't do much more * Tables No headers, no sizing, limited styling |