summaryrefslogtreecommitdiff
path: root/Pancake/Rendering.hs
AgeCommit message (Expand)Author
2018-01-09Leave empty lines around block quotationsdefanor
2018-01-01Update copyright yearsdefanor
2017-12-22Add 'renderInlines', remove 'inlines'defanor
2017-12-22Split inline elements into lines in readInlinesdefanor
2017-12-22Revert "Handle newlines in storeLines"defanor
2017-12-22Handle newlines in storeLinesdefanor
2017-12-22Extend noWrap prevention to listing sub-elementsdefanor
2017-12-22Partially delegate line wrapping to Emacsdefanor
2017-12-22Refine documentation annotations and function namesdefanor
2017-12-22Use a list of elements instead of enumerationdefanor
2017-12-22Use enumeration instead of breadcrumbs for position trackingdefanor
2017-12-21Set breadcrumbs for Plain elements' linesdefanor
2017-12-21Use a separate breadcrumb for spacing between blocksdefanor
2017-12-21Store breadcrumbs/positions for definition listsdefanor
2017-12-21Retain position on redisplay, reload, etcdefanor
2017-12-11Improve code style in a couple of placesdefanor
2017-12-11Handle empty tablesdefanor
2017-12-01Skip empty table headersdefanor
2017-12-01Reduce spacing between blocksdefanor
2017-11-29Use renderBlocks for OrderedListdefanor
2017-11-28Change the way images are rendered and denoteddefanor
2017-11-28Prepend license notices to source filesdefanor
2017-11-26Distinguish image denotations from those for linksdefanor
2017-11-24Don't skip empty linesdefanor
2017-11-24Add missing documentation annotationsdefanor
2017-11-24Make div indentation optionaldefanor
2017-11-23Use default pandoc extensionsdefanor
2017-11-23Allow user-defined digits and radices for reference numberingdefanor
2017-11-21Try to split lines on spaces during aggressive splittingdefanor
2017-11-21Adjust table column widths more evenlydefanor
2017-11-21Restore ^{} for superscripts and similar text bits in Emacsdefanor
2017-11-17Narrow footnotesdefanor
2017-11-10Handle notesdefanor
2017-11-09Respect table column alignments provided by pandocdefanor
2017-11-08Colorize code inlines and blocksdefanor
2017-11-08Do not underline headingsdefanor
2017-11-08Colorize terms in definition listsdefanor
2017-11-08Adjust spacing between blocksdefanor
2017-11-08Denote headingsdefanor
2017-11-07Let Emacs to render subscripts, superscripts, strikethroughdefanor
2017-11-06Lint the codedefanor
2017-11-05Introduce denotations, buttonize links in emacsdefanor
2017-11-05Split words aggresively when they don't fitdefanor
2017-11-05Fix table cell links and identifiersdefanor
2017-11-05Split into modulesdefanor