summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* RST writer: Ensure no blank line after def in definition list.John MacFarlane2014-01-02
* Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane2014-01-02
* HTML writer: With --toc, headers no longer link to themselves.John MacFarlane2014-01-02
* Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2014-01-02
* ODT writer: Use mathml for proper rendering of formulas.John MacFarlane2014-01-02
* OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane2014-01-02
* Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane2014-01-02
* HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane2014-01-01
* Docx writer: Fixed problem with some modified reference docx files.John MacFarlane2014-01-01
* HLint: use fromMaybeHenry de Valence2013-12-19
* HLint: use /=Henry de Valence2013-12-19
* HLint: redundant parensHenry de Valence2013-12-19
* HLint: Remove lambdas.Henry de Valence2013-12-19
* HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* HLint: Use allHenry de Valence2013-12-19
* LaTeX writer: Better treatment of footnotes in tables.John MacFarlane2013-12-17
* LaTeX writer: Factored out function for table cell creation.John MacFarlane2013-12-17
* LaTeX reader: Support babel-style quoting: `` "`..."' ``.John MacFarlane2013-12-17
* Docbook reader: Avoid failure if tbody contains no tr or row elements.John MacFarlane2013-12-16
* Properly handle script blocks in strict mode.John MacFarlane2013-12-15
* LaTeX reader: add support for Verb macroJeff Arnold2013-12-13
* EPUB writer: Fixed bug with `--epub-stylesheet`.John MacFarlane2013-12-13
* Markdown reader: Fixed regression in title blocks.John MacFarlane2013-12-12
* Added `withSocketsDo` around http conduit code in `openURL`.John MacFarlane2013-12-09
* Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane2013-12-09
* Another small performance improvement.John MacFarlane2013-12-07
* Small performance improvement in list parsing.John MacFarlane2013-12-07
* Markdown reader: Fixed bug with literal `</div>` in lists.John MacFarlane2013-12-07
* Text.Pandoc: Don't default to pandocExtensions for all writers.John MacFarlane2013-12-06
* HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* Stop parsing "list lines" when we hit a block tag.John MacFarlane2013-12-04
* Merge pull request #1076 from jlduran/booktabsJohn MacFarlane2013-12-03
|\
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
* | EPUB writer: Allow 'stylesheet' in metadata.John MacFarlane2013-12-03
|/
* EPUB writer: Allow partial dates: YYYY, YYYY-MM.John MacFarlane2013-12-01
* normalizeDate: Allow dates with year only (%Y)Shaun Attfield2013-12-01
* EPUB writer: Insert "svg" property as needed in opf (EPUB 3).John MacFarlane2013-11-30
* EPUB writer: Simplify imageTypeOf using getMimeType.John MacFarlane2013-11-30
* MIME: Add entry for jfif.John MacFarlane2013-11-30
* EPUB writer: Add properties attribute to cover-image item for EPUB v3.John MacFarlane2013-11-30
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane2013-11-30
* ConTeXt writer: Don't hardcode figure/table placement.John MacFarlane2013-11-30
* Fixed `cover-image` in EPUB YAML metadata.John MacFarlane2013-11-30
* Allow specification of epub-cover-image in YAML metadata.John MacFarlane2013-11-30
* EPUB writer: Improved metadata handling.John MacFarlane2013-11-30
* Docx writer: Implemented csl flipflopping spans.John MacFarlane2013-11-23
* LaTeX writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
* HTML writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
* EPUB writer: Don't include node for cover.xhtml if no cover!John MacFarlane2013-11-22