aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-30ConTeXt writer: Add section labels and internal links as in HTML.B. Scott Michel1-21/+71
2011-12-30ConTeXt writer: Made `--toc` work even without `--number-sections`.John MacFarlane1-2/+2
2011-12-30Small tweaks to hyphenatedurl patch.John MacFarlane1-9/+6
2011-12-30ConTeXt_url_hyphenationB. Scott Michel1-6/+13
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+4
2011-08-20ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane1-2/+2
2011-08-18ConTeXt: Use buffering for footnotes containing code blocks.John MacFarlane1-2/+8
2011-08-18ConTeXt: Escape # in link URLs.John MacFarlane1-1/+2
2011-07-19ConTeXt writer: Made \start/stoptyping flush with margin.John MacFarlane1-1/+1
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-1/+5
2011-01-26Add support for attributes in inline Code.John MacFarlane1-3/+3
2011-01-26Adjusted writers to use "tex".John MacFarlane1-2/+1
2011-01-26Distinguish latex & context environments; blank line after in writers.John MacFarlane1-3/+1
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+8
2011-01-22ConTeXt writer: Ensure cr after \stoptyping.John MacFarlane1-1/+1
2011-01-22ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane1-1/+1
2011-01-19Fixed problem with inline code in ConTeXt writer.John MacFarlane1-1/+3
2011-01-16Support --chapters for ConTeXt output as well.John MacFarlane1-3/+6
2010-12-20ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane1-73/+71
2010-10-24LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane1-0/+2
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane1-0/+1
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-16ConTeXt writer: support images in figures.fiddlosopher1-4/+6
2010-03-13Use template variables for include-before/after.fiddlosopher1-7/+1
2010-03-07ConTeXt writer: Don't use header in headerless table.fiddlosopher1-2/+4