summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MediaWiki writer: add display attribute on `<math>` tags.John MacFarlane2017-02-21
* MediaWiki reader: fixed more table issues.John MacFarlane2017-02-21
* MediaWiki reader: Allow blank line after table start.John MacFarlane2017-02-21
* MediaWiki tables: allow extra hyphens after `|-` in tables.John MacFarlane2017-02-21
* MediaWiki writer: Updated list of syntax highlighting languages.John MacFarlane2017-02-21
* Use lazy loading for reveal.js slide shows.John MacFarlane2017-02-20
* default.revealjs template: make 'history' default to true.John MacFarlane2017-02-20
* Modified documentation now that submodule fetching isn't needed.John MacFarlane2017-02-20
* Merge commit '9e52ac6bb02afd7b4ed5dad61021a1fa33051203' as 'data/templates'John MacFarlane2017-02-20
|\
| * Squashed 'data/templates/' content from commit 12d9650John MacFarlane2017-02-20
* Removed data/templates submodule.John MacFarlane2017-02-20
* We need process >= 1.2.3 for readCreateProcessWithExitCode.John MacFarlane2017-02-20
* Travis: move 7.8.4 out of allowed-failures.John MacFarlane2017-02-20
* Updated test-with field.John MacFarlane2017-02-20
* Travis: remove 8.0.1 build.John MacFarlane2017-02-20
* Added Functor constraint to keep ghc 7.8.4 happy.John MacFarlane2017-02-20
* Tighten up HasQuoteContext instance in HTML reader.John MacFarlane2017-02-20
* Revert "Refined constraint for HasQuoteContext instance."John MacFarlane2017-02-20
* Refined constraint for HasQuoteContext instance.John MacFarlane2017-02-20
* Removed redundant constraint.John MacFarlane2017-02-20
* Use latest skylighting (0.3).John MacFarlane2017-02-20
* Use new skylighting-0.2.John MacFarlane2017-02-20
* Error: added PandocMakePDFErrorJohn MacFarlane2017-02-19
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* FB2 writer: don't render RawBlock as code.John MacFarlane2017-02-17
* Markdown reader: Use logMessage instead of report.John MacFarlane2017-02-17
* Fixed repeated log messages in RST reader.John MacFarlane2017-02-17
* Parsing: Added HasLogMessages, logMessage, reportLogMessages.John MacFarlane2017-02-17
* INSTALL.md put rpm-based distros on separate point (#3449)Mauro Bieg2017-02-16
* Fix indirect hyperlink targets. Closes #512.John MacFarlane2017-02-15
* Add CircularReference constructor to LogMessage.John MacFarlane2017-02-15
* ZimWiki writer: removed internal formatting from note and table cells, becaus...Alex Ivkin2017-02-15
* LaTeX reader: include contents of `\parbox`.John MacFarlane2017-02-14
* Simplify toRomanNumeral using guards (#3445)Alexander Krotov2017-02-14
* Removed unnecessary import.John MacFarlane2017-02-14
* LaTeX reader: properly handle column prefixes/suffixes.John MacFarlane2017-02-13
* appveyor.yml: Fixed some paths.John MacFarlane2017-02-12
* deb/make_deb.sh fixes.John MacFarlane2017-02-12
* appveyor.yml: use -j1, in hopes that this will help with a GHC bug.John MacFarlane2017-02-12
* Windows packaging fixes to use new stack.pkg.yaml.John MacFarlane2017-02-12
* Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml.John MacFarlane2017-02-12
* More updates to macos/stack.yaml.John MacFarlane2017-02-12
* pandoc.cabal: use cpphs if embed_data_files and darwin.John MacFarlane2017-02-12
* stack.yamls: Use lts-8.0.John MacFarlane2017-02-12
* Comment out instruction to use cpphs in macos stack.yaml.John MacFarlane2017-02-12
* Merge pull request #3438 from ilabdsf/org-anchor-linksAlbert Krewinkel2017-02-12
|\
| * Do not strip # from Org anchor linksAlexander Krotov2017-02-12
| * Add Org writer unit testsAlexander Krotov2017-02-12
|/
* Rename logMessagesToJSON -> encodeLogMessages.John MacFarlane2017-02-11
* RST reader: Support `.. line-block` directive.John MacFarlane2017-02-11