summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Do not strip # from Org anchor linksAlexander Krotov2017-02-12
* Rename logMessagesToJSON -> encodeLogMessages.John MacFarlane2017-02-11
* RST reader: Support `.. line-block` directive.John MacFarlane2017-02-11
* RST reader/writer: properly handle table captions.John MacFarlane2017-02-11
* RST reader: Initial support of .. table directive.John MacFarlane2017-02-11
* Fixed small bug in RST list parsing.John MacFarlane2017-02-11
* Logging: export logMessagesToJSON.John MacFarlane2017-02-11
* Added --log option to save log messages in JSON format to a file.John MacFarlane2017-02-11
* Class.report: Save all log messages in state.John MacFarlane2017-02-11
* HTML writer: report when not rendering raw inline/block.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Logging: added ToJSON instance and showLogMessage.John MacFarlane2017-02-10
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* LaTeX reader: Improved messages for skipped environments.John MacFarlane2017-02-10
* LaTeX reader: Improved warning messages for unknown commands.John MacFarlane2017-02-10
* HTML reader: Added warnings for ignored material.John MacFarlane2017-02-10
* LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane2017-02-09
* Reverted deferred media bag code.John MacFarlane2017-02-09
* LaTeX reader: support `\lstinputlisting`.John MacFarlane2017-02-08
* RST reader: Improved admonition support.John MacFarlane2017-02-07
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane2017-02-07
* Refactored include file handling in LaTeX reader.John MacFarlane2017-02-07
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Fix importJohn MacFarlane2017-02-06
* Changed year on copyright message.John MacFarlane2017-02-06
* Consolidated file arguments into Opt.John MacFarlane2017-02-06
* Further refactoring of App.John MacFarlane2017-02-06
* Fix an unneeded import warning.John MacFarlane2017-02-05
* Handle language in inline code with --listings.John MacFarlane2017-02-05
* Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane2017-02-05
* Removed redundant import.John MacFarlane2017-02-05