summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
Commit message (Expand)AuthorAge
* 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
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* ConTeXt writer: Properly handle tables without captions.John MacFarlane2013-06-28
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* ConTeXt writer: now sensitive to 'unnumbered' class in headers.John MacFarlane2013-02-18
* Shared: Changed type of Element.John MacFarlane2013-02-12
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Implemented tight lists in context, latex writers.John MacFarlane2013-01-07
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Support --toc-depth in context writer.John MacFarlane2013-01-05
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane2012-06-27
* Don't escape `_` as `\letterunderscore{}` in ConTeXt.John MacFarlane2012-06-26
* Escape `%` as `\letterpercent{}` not `\letterpercent ` in ConTeXt.John MacFarlane2012-05-31
* ConTeXt writer: ensure space after `\stopformula`.John MacFarlane2012-05-29
* Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane2012-05-11
* ConTeXt writer: Fixed escaping of `%`.John MacFarlane2012-04-29
* Set mainlang variable in context writer.John MacFarlane2012-03-07
* Fixed layout bug in ConTeXt and LaTeX writers.John MacFarlane2011-12-30
* Added support for internal links in ConTeXt writer.John MacFarlane2011-12-30
* ConTeXt writer: Add section labels and internal links as in HTML.B. Scott Michel2011-12-30