Age | Commit message (Expand) | Author | Files | Lines |
2017-02-17 | Markdown reader: Use logMessage instead of report. | John MacFarlane | 1 | -5/+7 |
2017-02-17 | Fixed repeated log messages in RST reader. | John MacFarlane | 1 | -13/+14 |
2017-02-17 | Parsing: Added HasLogMessages, logMessage, reportLogMessages. | John MacFarlane | 1 | -0/+25 |
2017-02-15 | Fix indirect hyperlink targets. Closes #512. | John MacFarlane | 1 | -23/+33 |
2017-02-15 | Add CircularReference constructor to LogMessage. | John MacFarlane | 1 | -0/+10 |
2017-02-15 | ZimWiki writer: removed internal formatting from note and table cells, becaus... | Alex Ivkin | 1 | -24/+54 |
2017-02-14 | LaTeX reader: include contents of `\parbox`. | John MacFarlane | 1 | -0/+1 |
2017-02-14 | Simplify toRomanNumeral using guards (#3445) | Alexander Krotov | 1 | -18/+16 |
2017-02-14 | Removed unnecessary import. | John MacFarlane | 1 | -1/+1 |
2017-02-13 | LaTeX reader: properly handle column prefixes/suffixes. | John MacFarlane | 1 | -12/+33 |
2017-02-12 | Do not strip # from Org anchor links | Alexander Krotov | 1 | -1/+1 |
2017-02-11 | Rename logMessagesToJSON -> encodeLogMessages. | John MacFarlane | 2 | -5/+4 |
2017-02-11 | RST reader: Support `.. line-block` directive. | John MacFarlane | 1 | -2/+7 |
2017-02-11 | RST reader/writer: properly handle table captions. | John MacFarlane | 2 | -5/+6 |
2017-02-11 | RST reader: Initial support of .. table directive. | John MacFarlane | 1 | -4/+21 |
2017-02-11 | Fixed small bug in RST list parsing. | John MacFarlane | 1 | -3/+2 |
2017-02-11 | Logging: export logMessagesToJSON. | John MacFarlane | 2 | -2/+12 |
2017-02-11 | Added --log option to save log messages in JSON format to a file. | John MacFarlane | 1 | -0/+12 |
2017-02-11 | Class.report: Save all log messages in state. | John MacFarlane | 1 | -2/+2 |
2017-02-11 | HTML writer: report when not rendering raw inline/block. | John MacFarlane | 1 | -3/+8 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 20 | -175/+202 |
2017-02-10 | Logging: added ToJSON instance and showLogMessage. | John MacFarlane | 1 | -3/+96 |
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 12 | -19/+94 |
2017-02-10 | LaTeX reader: Improved messages for skipped environments. | John MacFarlane | 1 | -5/+13 |
2017-02-10 | LaTeX reader: Improved warning messages for unknown commands. | John MacFarlane | 1 | -19/+23 |
2017-02-10 | HTML reader: Added warnings for ignored material. | John MacFarlane | 1 | -5/+14 |
2017-02-09 | LaTeX reader: Issue warnings when skipping unknown latex commands. | John MacFarlane | 2 | -5/+11 |
2017-02-09 | Reverted deferred media bag code. | John MacFarlane | 1 | -51/+6 |
2017-02-08 | LaTeX reader: support `\lstinputlisting`. | John MacFarlane | 1 | -11/+34 |
2017-02-07 | RST reader: Improved admonition support. | John MacFarlane | 1 | -6/+8 |
2017-02-07 | Refactored some files formerly in LaTeX reader. | John MacFarlane | 4 | -37/+33 |
2017-02-07 | Moved readFileFromDirs to Text.Pandoc.Class. | John MacFarlane | 3 | -32/+22 |
2017-02-07 | Refactored include file handling in LaTeX reader. | John MacFarlane | 1 | -14/+16 |
2017-02-06 | Removed --parse-raw and readerParseRaw. | John MacFarlane | 9 | -47/+38 |
2017-02-06 | Fix import | John MacFarlane | 1 | -1/+1 |
2017-02-06 | Changed year on copyright message. | John MacFarlane | 1 | -1/+1 |
2017-02-06 | Consolidated file arguments into Opt. | John MacFarlane | 1 | -4/+7 |
2017-02-06 | Further refactoring of App. | John MacFarlane | 1 | -8/+724 |
2017-02-05 | Fix an unneeded import warning. | John MacFarlane | 1 | -1/+1 |
2017-02-05 | Handle language in inline code with --listings. | John MacFarlane | 1 | -4/+9 |
2017-02-05 | Split pandoc.hs into a module, Text.Pandoc.App, and a small program. | John MacFarlane | 2 | -1/+733 |
2017-02-05 | Removed redundant import. | John MacFarlane | 1 | -1/+0 |
2017-02-05 | Allow user to specify User-Agent (#3421) | Thenaesh Elango | 1 | -3/+11 |
2017-02-04 | Changed writerEpubMetadata to a Maybe String. | John MacFarlane | 2 | -3/+3 |
2017-02-04 | Improved escaping in RST writer with smart option. | John MacFarlane | 1 | -6/+20 |
2017-02-04 | Org writer: reduce to two spaces after bullets | Albert Krewinkel | 1 | -2/+2 |
2017-02-04 | Markdown writer: Better escaping when +smart. | John MacFarlane | 1 | -17/+21 |
2017-02-04 | Expose setVerbosity in Text.Pandoc | John MacFarlane | 1 | -0/+1 |
2017-02-04 | Implemented +/-smart in rst writer. | John MacFarlane | 3 | -15/+29 |
2017-02-03 | Docx reader: handle local namespace declarations. | John MacFarlane | 2 | -107/+127 |