summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.John MacFarlane2017-11-29
* More hlint.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* ConTeXt writer: Use identifiers for chapters.John MacFarlane2017-10-11
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane2017-06-28
* BCP47: split toLang from getLang, rearranged types.John MacFarlane2017-06-25
* Refactored ConTeXt writer to use BCP47.John MacFarlane2017-06-25
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* ConTeXt writer: converted to use PandocMonad.John MacFarlane2017-03-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* ConTeXt writer: remove unnecessary $ (#3482)Alexander Krotov2017-03-03
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Removed writerTeXLigatures.John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Refactor top-level division selection (#3261)Albert Krewinkel2016-11-27
* Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2016-11-26
* Add option for top-level division typeAlbert Krewinkel2016-10-19
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* ConTeXt writer: fix whitespace at line beginning in line blocks.John MacFarlane2016-03-18
* ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane2015-12-22
* Fix language code for Czech (cs not cz)John MacFarlane2015-12-19
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | LaTeX and ConTeXt writers: support lang attribute on divs and spansmb212015-10-18
* | Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb212015-09-26
* | `lang` variable is now in BCP47 formatmb212015-08-20
|/
* ConTeXt: use `\goto` for internal links.John MacFarlane2015-07-01
* ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane2015-07-01
* ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane2015-05-28
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ConTeXt writer: add function toLabelMark Szepieniec2014-09-18
* ConTeXt writer: improved autolink detection.John MacFarlane2014-08-12
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* ConTeXt writer: Improved autolinks.John MacFarlane2014-04-30
* ConTeXt writer: Don't hardcode figure/table placement.John MacFarlane2013-11-30
* ConTeXt writer: Use setupcaption to separate style from content.John MacFarlane2013-11-22
* Use query instead of queryWith.John MacFarlane2013-08-10