pandoc/templates
John MacFarlane 543aa28c38 Added new prettyprinting module.
* Added Text.Pandoc.Pretty.
  This is better suited for pandoc than the 'pretty' package.
  One advantage is that we now get proper wrapping; Emph [Inline]
  is no longer treated as a big unwrappable unit. Previously
  we only got breaks for spaces at the "outer level." We can also
  more easily avoid doubled blank lines.  Performance is
  significantly better as well.

* Removed Text.Pandoc.Blocks.
  Text.Pandoc.Pretty allows you to define blocks and concatenate
  them.

* Modified markdown, RST, org readers to use Text.Pandoc.Pretty
  instead of Text.PrettyPrint.HughesPJ.

* Text.Pandoc.Shared:  Added writerColumns to WriterOptions.

* Markdown, RST, Org writers now break text at writerColumns.

* Added --columns command-line option, which sets stColumns
  and writerColumns.

* Table parsing:  If the size of the header > stColumns,
  use the header size as 100% for purposes of calculating
  relative widths of columns.
2010-12-17 13:39:17 -08:00
..
context.template Removed deprecated -C/--custom-header option. 2010-12-11 00:22:34 -08:00
docbook.template Removed deprecated -C/--custom-header option. 2010-12-11 00:22:34 -08:00
html.template Use default highlighting CSS rather than embedding CSS in templates. 2010-07-16 00:23:13 -07:00
latex.template Use top-level header at end as bibliography title for natbib and biblatex output. 2010-12-15 10:21:56 -08:00
man.template Use template variables for include-before/after. 2010-03-13 04:11:24 +00:00
markdown.template Use template variables for include-before/after. 2010-03-13 04:11:24 +00:00
mediawiki.template Removed deprecated -C/--custom-header option. 2010-12-11 00:22:34 -08:00
opendocument.template Use template variables for include-before/after. 2010-03-13 04:11:24 +00:00
org.template Added new prettyprinting module. 2010-12-17 13:39:17 -08:00
plain.template Added plain writer. 2010-03-18 06:45:43 +00:00
rst.template Use template variables for include-before/after. 2010-03-13 04:11:24 +00:00
rtf.template Removed deprecated -C/--custom-header option. 2010-12-11 00:22:34 -08:00
s5.template Removed spurious title in s5 template. 2010-07-22 23:24:33 -07:00
slidy.template Added new --offline option for slidy. 2010-07-22 21:50:53 -07:00
texinfo.template Removed deprecated -C/--custom-header option. 2010-12-11 00:22:34 -08:00
textile.template Removed deprecated -C/--custom-header option. 2010-12-11 00:22:34 -08:00