summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* HTML writer: don't include alignment attribute for default table columns.John MacFarlane2016-02-03
* Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal2016-02-02
* LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane2016-01-31
* HTML reader: handle multiple meta tags with same name.John MacFarlane2016-01-29
* Properly handle LaTeX "math" environment as inline math.John MacFarlane2016-01-29
* Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane2016-01-25
* Make language extensions trigger highlighting.John MacFarlane2016-01-24
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane2016-01-21
|\
| * Added some entity tests in Markdown reader tests.John MacFarlane2016-01-19
| * Add TEI Writer.csforste2016-01-19
* | LaTeX writer: Allow more flexible table alignmentHenrik Tramberend2016-01-20
|/
* HTML writer: harmless code simplification.John MacFarlane2016-01-14
* Org writer - pass through RawInline with format "org".John MacFarlane2016-01-13
* Depend on deepseq rather than deepseq-generics.John MacFarlane2016-01-11
* Fixed regression in latex smart quote parsing.John MacFarlane2016-01-11
* LaTeX writer: restore old treatment of Span.John MacFarlane2016-01-09
* Fixed shadowing warning.John MacFarlane2016-01-08
* Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane2016-01-08
* Entity handling fixes:John MacFarlane2016-01-08
* Merge pull request #2629 from tarleb/org-noexport-fixJohn MacFarlane2016-01-07
|\
| * Fix function dropping subtrees tagged :noexport:Albert Krewinkel2016-01-07
* | Markdown reader: renormalize table column widths if they exceed 100%.John MacFarlane2016-01-07
|/
* RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2016-01-05
* Fixed v1.16 reversion with --latex-engine.John MacFarlane2016-01-04
* Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane2016-01-02
* MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane2016-01-02
* MediaWiki writer: fix spacing issues.John MacFarlane2016-01-02
* Use cmark 0.5.John MacFarlane2015-12-29
* ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane2015-12-22
* LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane2015-12-22
* LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane2015-12-22
* Improved treatment of margins in wkhtmltopdf.John MacFarlane2015-12-21
* Allow setting margins from metadata variables for wkhtmltopdf.John MacFarlane2015-12-21
* pdf via wkhtmltopdf: take `title` and `page-size` from metadata.John MacFarlane2015-12-21
* Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane2015-12-21
* LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane2015-12-19
* Added needed import of FromJSON.John MacFarlane2015-12-19
* Fix language code for Czech (cs not cz)John MacFarlane2015-12-19
* Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo...John MacFarlane2015-12-19
|\
| * Consider header files when determining whether to use csquotes.Andreas Lööw2015-10-17
* | Markdown reader: fixed parsing bug with macros.John MacFarlane2015-12-19
* | ICML writer: intersperse line breaksmb212015-12-17
* | ICML writer: added figure handling, closes #2590mb212015-12-16
* | ICML writer: removed redundant import.John MacFarlane2015-12-13
* | Merge pull request #2570 from mb21/rst-reader-imgattrsJohn MacFarlane2015-12-13
|\ \
| * | ODT/OpenDocument writer: improved image attributesmb212015-12-13
| * | Docx reader: image attributesmb212015-12-13
| * | new function to extract multiple properties at once in CSS.hsmb212015-12-13
| * | RST reader: image attributesmb212015-12-13