summaryrefslogtreecommitdiff
path: root/Pancake.hs
AgeCommit message (Collapse)Author
2017-10-28Support interruptionsdefanor
This is mostly to kill curl processes that take too long to finish.
2017-10-28Improve plaintext renderingdefanor
Reuse lineToInlines previously used for Gopher, and adjust fitLines.
2017-10-28Handle LaTeX file extensionsdefanor
2017-10-28Add pancake.el, an emacs interfacedefanor
- Relicense under GPLv3: pandoc is under GPLv2, it's expected of emacs packages to be under GPLv3, so it seems appropriate. - Add support for embedding (in particular, print s-expressions instead of escape sequences). - Add the emacs package.
2017-10-26Don't store or count fragment linksdefanor
It doesn't make much difference, but would provide nicer enumeration.
2017-10-26Adjust file type detectiondefanor
Mostly for Gopher.
2017-10-26Initial commitdefanor