summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
...
* Markdown writer: Render yaml title block fields in alpha order.John MacFarlane2013-07-01
* Added Text.Pandoc.Writers.Shared to repository.John MacFarlane2013-07-01
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Improvements to yaml title block writer.John MacFarlane2013-07-01
* Revert "Markdown writer: Don't include variables in metadata."John MacFarlane2013-07-01
* Markdown writer: Don't include variables in metadata.John MacFarlane2013-07-01
* Markdown writer: Support yaml title block.John MacFarlane2013-06-30
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* ConTeXt writer: Properly handle tables without captions.John MacFarlane2013-06-28
* Custom writer: Pass full metadata, not just tit/auth/date.John MacFarlane2013-06-27
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Man writer: give more fine-grained control in template.John MacFarlane2013-06-27
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
* Fixed regression with RTF table of contents.John MacFarlane2013-06-25
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane2013-06-24
* Markdown writer: Don't wrap attributes in fenced code blocks.John MacFarlane2013-06-11
* LaTeX writer: Always create labels for sections.John MacFarlane2013-06-02
* Add --atx-headers support to asciidoc and dont print empty identifier blocks ...Max Rydahl Andersen2013-05-31
* Added CPP directives to avoid warnings.John MacFarlane2013-05-29
* EPUB writer: math with `--webtex` is automatically made self-contained.John MacFarlane2013-05-22
* EPUB writer: Download webtex images and include as data URLs.John MacFarlane2013-05-22
* RTF writer: Properly handle characters above the 0000-FFFF range.John MacFarlane2013-05-02
* Don't convert to lowercase in email obfuscation.John MacFarlane2013-04-25
* Add slash in internal links in reveal.js.John MacFarlane2013-04-20
* Fixed footnote numbers in LaTeX/PDF tables.John MacFarlane2013-04-15
* Markdown/RST writers: Only autolink absolute URIs.John MacFarlane2013-04-14
* Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane2013-04-14
* Man writer: use one decimal place for column widths.John MacFarlane2013-04-09
* Markdown writer: Put multiple authors on separate lines in titleblock.John MacFarlane2013-04-08
* Docx writer: Use Compact style for Plain block elements.John MacFarlane2013-03-30
* Allow simple tables to be printed as grid tables.John MacFarlane2013-03-28
* Removed blaze_html_0_5 flag, require blaze-html >= 0.5.John MacFarlane2013-03-26
* EPUB writer: Don't put blank title page in reading sequence.John MacFarlane2013-03-24
* EPUB writer: Add `id="toc-title"` to h1 in nav.xhtml.John MacFarlane2013-03-24
* Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane2013-03-24
* Reveal.js improvements.John MacFarlane2013-03-23
* reveal_js: nested vertical stacks used for hierarchical structure.John MacFarlane2013-03-21
* Support incremental slide view for definition lists.John MacFarlane2013-03-21
* Added basic support for reveal.js.Jamie F. Olson2013-03-21
* EPUB writer: Don't add dc:creator tags if present in epub metadata.John MacFarlane2013-03-20
* Added OPML template, tests.John MacFarlane2013-03-20
* Added Text.Pandoc.Writers.OPML.John MacFarlane2013-03-19
* Docx writer: Fixed rendering of display math in lists.John MacFarlane2013-03-18
* Markdown writer: New approach for citations.John MacFarlane2013-03-17
* Markdown writer: Omit bibliography when `citations` enabled.John MacFarlane2013-03-17
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane2013-03-16
* Fixed regression in ODT writer.John MacFarlane2013-03-15