aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-10ConTeXt writer: converted to use PandocMonad.John MacFarlane1-19/+28
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-27/+27
2017-03-03ConTeXt writer: remove unnecessary $ (#3482)Alexander Krotov1-2/+2
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Removed writerTeXLigatures.John MacFarlane1-1/+1
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-0/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel1-8/+9
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel1-5/+6
2016-10-19Add option for top-level division typeAlbert Krewinkel1-15/+21
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-1/+3
2016-03-18ConTeXt writer: fix whitespace at line beginning in line blocks.John MacFarlane1-1/+11
2015-12-22ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane1-0/+10
2015-12-19Fix language code for Czech (cs not cz)John MacFarlane1-1/+0
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+7
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-9/+32
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-18LaTeX and ConTeXt writers: support lang attribute on divs and spansmb211-16/+27
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb211-9/+24
2015-08-20`lang` variable is now in BCP47 formatmb211-4/+36
2015-08-07Updated readers, writers and README for link attributemb211-5/+4
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-7/+31
2015-07-01ConTeXt: use `\goto` for internal links.John MacFarlane1-7/+2
2015-07-01ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane1-2/+2
2015-05-28ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane1-1/+7
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-1/+1
2014-09-18ConTeXt writer: add function toLabelMark Szepieniec1-7/+17
2014-08-12ConTeXt writer: improved autolink detection.John MacFarlane1-1/+1
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-30ConTeXt writer: Improved autolinks.John MacFarlane1-11/+5
2013-11-30ConTeXt writer: Don't hardcode figure/table placement.John MacFarlane1-4/+4
2013-11-22ConTeXt writer: Use setupcaption to separate style from content.John MacFarlane1-1/+1
2013-08-10Use query instead of queryWith.John MacFarlane1-2/+2
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+2
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-28ConTeXt writer: Properly handle tables without captions.John MacFarlane1-2/+4
2013-06-27Writers: Use defField for defaults.John MacFarlane1-5/+5
2013-06-24Use new flexible metadata type.John MacFarlane1-20/+16
2013-02-18ConTeXt writer: now sensitive to 'unnumbered' class in headers.John MacFarlane1-7/+10
2013-02-12Shared: Changed type of Element.John MacFarlane1-1/+1
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1
2013-01-07Implemented tight lists in context, latex writers.John MacFarlane1-11/+15
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-2/+6