summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Speed up Native writer quickcheck tests.John MacFarlane2017-03-07
* Small change to unbalanced bracket test to speed up test suite.John MacFarlane2017-03-07
* Markdown reader: Treat certain environments as inlineJohn MacFarlane2017-03-07
* Clarify that meta-json contains transformed values (#3491)Jakob Voß2017-03-07
* Markdown writer: better handling of tables with empty columns.John MacFarlane2017-03-06
* LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane2017-03-06
* Markdown writer: Fixed false ordered lists in YAML metadata.John MacFarlane2017-03-06
* LaTeX reader: support all \textXX commands.John MacFarlane2017-03-05
* Markdown reader: fixed internal header links.John MacFarlane2017-03-05
* Markdown writer: escape initial % in a paragraph...John MacFarlane2017-03-05
* LaTeX reader: small improvements in parsing arguments.John MacFarlane2017-03-05
* LaTeX reader: Handle spaces before \cite arguments.John MacFarlane2017-03-05
* Added a markdown abbrevation test case.John MacFarlane2017-03-05
* Added readerAbbreviations to ParserState.John MacFarlane2017-03-05
* Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane2017-03-05
* Parse YAML metadata in a context that sees footnotes...John MacFarlane2017-03-05
* Regularized CSS in html/epub/html slide templates.John MacFarlane2017-03-04
* Fixed some loose ends in #1592.John MacFarlane2017-03-04
* templates: CSS for .smallcaps, closes #1592 (#3485)Mauro Bieg2017-03-04
* HTML writer: only issue warning for missing title if --standalone.John MacFarlane2017-03-04
* HTML writer: Render SmallCaps as span with smallcaps class.John MacFarlane2017-03-04
* Use smallcaps class for SmallCaps in CommonMark writer.John MacFarlane2017-03-04
* Markdown writer: Use span with class 'smallcaps' for SmallCaps.John MacFarlane2017-03-04
* Markdown reader: treat span with class `smallcaps` as SmallCaps.John MacFarlane2017-03-04
* Makefile - removed 'refactor' target.John MacFarlane2017-03-04
* Makefile: Separate refactor and reformat targets.John MacFarlane2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Added 'make refactor' using hlint, stylish-haskell.John MacFarlane2017-03-04
* hlint refactoring.John MacFarlane2017-03-04
* Add hanging indent to log messages.John MacFarlane2017-03-04
* HTML writer: issue warning if no title specified and template used.John MacFarlane2017-03-04
* Logging: Added NoTitleElement constructor for LogMessage.John MacFarlane2017-03-04
* Require skylighting 0.3.1.John MacFarlane2017-03-04
* Document that html5 output is polyglot compatible.John MacFarlane2017-03-04
* Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2017-03-04
|\
| * Make default.html5 polyglot markup conformant. (#3473)John Luke Bentley2017-03-04
* | OpenDocument writer: Clarified some code.John MacFarlane2017-03-03
|/
* OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane2017-03-03
* RST reader: support RST-style citations.John MacFarlane2017-03-03
* Docx writer: Don't include bookmarks on headers unless non-null id.John MacFarlane2017-03-03
* Pretty: don't error for blocks of size < 1.John MacFarlane2017-03-03
* ConTeXt writer: remove unnecessary $ (#3482)Alexander Krotov2017-03-03
* RST reader: Handle multiline cells in simple tables.John MacFarlane2017-03-02
* LaTeX writer: add `\leavevmode` before hypertarget at start of paragraph.John MacFarlane2017-03-02
* LaTeX writer: use % after hypertarget before code blockJohn MacFarlane2017-03-02
* LaTeX writer: minor tweak to hypertarget (semantically irrelevant).John MacFarlane2017-03-02
* Removed unnecessary import.John MacFarlane2017-03-02
* Bumped syb upper bound.John MacFarlane2017-03-02
* Markdown reader: when splitting pipe table cells, skip tex math.John MacFarlane2017-03-02
* LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane2017-03-01