pandoc/src/Text/Pandoc
John MacFarlane 0b16b08543 Templates: Changed how array variables are resolved.
Previously if `foo` is an array (which might be because multiple
values were set on the command line), `$foo$` would resolve to
the concatenation of the elements of foo.  This is rarely useful
behavior.  It has been changed so that the first value is rendered.
Of course, you can still iterate over the values using
`$for(foo)$`.

This has the result that you can override earlier settings using
-V by putting new values later on the command line.  That's useful
for many purposes.
2013-10-21 12:33:20 -07:00
..
Compat Text.Pandoc.Compat.Monoid: Small improvements to the (<>) definition. 2013-08-12 16:21:24 -07:00
Readers LaTeX reader: Improved citation parsing. 2013-10-21 09:33:10 -07:00
Writers Fixed '. . .' (pause) on HTML slide formats. Closes #1029. 2013-10-20 09:56:50 -07:00
Asciify.hs Added Text.Pandoc.Asciify utility module. 2013-04-23 20:10:24 -07:00
Data.hsb Use hsb2hs preprocessor instead of TH for embed_data_files. 2013-01-23 19:26:39 -08:00
Highlighting.hs LaTeX reader: Handle language attribute for lstlistings. 2013-03-05 22:43:27 -08:00
ImageSize.hs Text.Pandoc.ImageSize: Handle EPS. 2013-07-16 22:04:59 -07:00
MIME.hs PDF generation improvements. 2013-07-20 12:14:43 -07:00
Options.hs Added lists_without_preceding_blankline extension. 2013-09-07 09:36:37 -07:00
Parsing.hs Factored out registerHeader from markdown reader, added to Parsing. 2013-09-01 08:54:10 -07:00
PDF.hs PDF: Minor code cleanup. 2013-10-17 13:36:43 -07:00
Pretty.hs Remove CPP from default-extensions; add pragmas to modules as needed. 2013-08-04 14:12:13 -07:00
Process.hs Added Text.Pandoc.Process (pipeProcess). 2013-08-08 15:15:12 -07:00
SelfContained.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
Shared.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
Slides.hs Fixed reference slides. 2013-09-18 09:13:37 -07:00
Templates.hs Templates: Changed how array variables are resolved. 2013-10-21 12:33:20 -07:00
UTF8.hs Remove CPP from default-extensions; add pragmas to modules as needed. 2013-08-04 14:12:13 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Added Text.Pandoc.Compat.TagSoupEntity. 2013-08-08 10:42:52 -07:00