summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
Commit message (Expand)AuthorAge
* 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
* ConTeXt writer: Made `--toc` work even without `--number-sections`.John MacFarlane2011-12-30
* Small tweaks to hyphenatedurl patch.John MacFarlane2011-12-30
* ConTeXt_url_hyphenationB. Scott Michel2011-12-30
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane2011-08-20
* ConTeXt: Use buffering for footnotes containing code blocks.John MacFarlane2011-08-18
* ConTeXt: Escape # in link URLs.John MacFarlane2011-08-18
* ConTeXt writer: Made \start/stoptyping flush with margin.John MacFarlane2011-07-19
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Adjusted writers to use "tex".John MacFarlane2011-01-26
* Distinguish latex & context environments; blank line after in writers.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* ConTeXt writer: Ensure cr after \stoptyping.John MacFarlane2011-01-22
* ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane2011-01-22
* Fixed problem with inline code in ConTeXt writer.John MacFarlane2011-01-19
* Support --chapters for ConTeXt output as well.John MacFarlane2011-01-16
* ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane2010-12-20
* LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane2010-10-24
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* Updated copyright notices.John MacFarlane2010-03-23
* ConTeXt writer: support images in figures.fiddlosopher2010-03-16
* Use template variables for include-before/after.fiddlosopher2010-03-13
* ConTeXt writer: Don't use header in headerless table.fiddlosopher2010-03-07
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Context and latex writers - parse title, author, date before body.fiddlosopher2009-12-31
* Use $for$ for multiple authors in context, latex, markdown.fiddlosopher2009-12-31