summaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/Plain.hs
AgeCommit message (Collapse)Author
2018-01-01Update copyright yearsdefanor
2017-12-21Retain position on redisplay, reload, etcdefanor
Based on line numbers that are attached to document blocks, not dependent on window/terminal width. Some bits can still be refined/refactored, but here's the initial support.
2017-11-28Prepend license notices to source filesdefanor
2017-11-03Remove CRs from plain text filesdefanor
This is mostly needed for Gopher.
2017-10-31Update to pandoc 2defanor
2017-10-28Improve plaintext renderingdefanor
Reuse lineToInlines previously used for Gopher, and adjust fitLines.
2017-10-26Initial commitdefanor