aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-05Support --toc-depth in context writer.John MacFarlane1-0/+6
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-23/+23
2012-06-27ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane1-6/+2
2012-06-26Don't escape `_` as `\letterunderscore{}` in ConTeXt.John MacFarlane1-1/+0
2012-05-31Escape `%` as `\letterpercent{}` not `\letterpercent ` in ConTeXt.John MacFarlane1-1/+1
2012-05-29ConTeXt writer: ensure space after `\stopformula`.John MacFarlane1-1/+1
2012-05-11Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane1-10/+14
2012-04-29ConTeXt writer: Fixed escaping of `%`.John MacFarlane1-2/+2
2012-03-07Set mainlang variable in context writer.John MacFarlane1-0/+2
2011-12-30Fixed layout bug in ConTeXt and LaTeX writers.John MacFarlane1-2/+2
2011-12-30Added support for internal links in ConTeXt writer.John MacFarlane1-30/+15