summaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/Gopher.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-15Relax Gopher directory parserdefanor
Accept erroneous directory entries, but mark them as errors.
2017-10-31Update to pandoc 2defanor
2017-10-30Prefix Gopher directory entries with item typesdefanor
Similar to what lynx is doing, since that's quite handy to see.
2017-10-30Handle Gopher+defanor
By ignoring it.
2017-10-28Improve plaintext renderingdefanor
Reuse lineToInlines previously used for Gopher, and adjust fitLines.
2017-10-26Initial commitdefanor