Age | Commit message (Expand) | Author | Files | Lines |
2017-02-22 | When parsing raw LaTeX commands, include trailing space. | John MacFarlane | 1 | -2/+2 |
2017-02-21 | MediaWiki reader: ensure that list starts begin at left margin. | John MacFarlane | 1 | -9/+18 |
2017-02-21 | MediaWiki reader: fixed more table issues. | John MacFarlane | 1 | -9/+7 |
2017-02-21 | MediaWiki reader: Allow blank line after table start. | John MacFarlane | 1 | -1/+1 |
2017-02-21 | MediaWiki tables: allow extra hyphens after `|-` in tables. | John MacFarlane | 1 | -1/+1 |
2017-02-20 | Tighten up HasQuoteContext instance in HTML reader. | John MacFarlane | 1 | -1/+1 |
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-15 | Fix indirect hyperlink targets. Closes #512. | John MacFarlane | 1 | -23/+33 |
2017-02-14 | LaTeX reader: include contents of `\parbox`. | John MacFarlane | 1 | -0/+1 |
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-11 | RST reader: Support `.. line-block` directive. | John MacFarlane | 1 | -2/+7 |
2017-02-11 | RST reader/writer: properly handle table captions. | John MacFarlane | 1 | -1/+1 |
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 | Use new warnings throughout the code base. | John MacFarlane | 9 | -77/+69 |
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 6 | -2/+8 |
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 | 1 | -4/+10 |
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 | 2 | -33/+6 |
2017-02-07 | Moved readFileFromDirs to Text.Pandoc.Class. | John MacFarlane | 1 | -29/+9 |
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 | 6 | -26/+23 |
2017-02-03 | Docx reader: handle local namespace declarations. | John MacFarlane | 2 | -107/+127 |
2017-02-03 | Docx reader: Don't drop smartTag contents. | John MacFarlane | 2 | -0/+8 |
2017-01-27 | Shared: rename compactify', compactify'DL -> compactify, compactifyDL. | John MacFarlane | 5 | -16/+16 |
2017-01-27 | Removed Shared.compactify. | John MacFarlane | 1 | -8/+13 |
2017-01-25 | Cleanups for rebase. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Removed readerVerbosity and writerVerbosity. | John MacFarlane | 2 | -16/+7 |
2017-01-25 | More logging-related changes. | John MacFarlane | 5 | -100/+93 |
2017-01-25 | Changes to verbosity in writer and reader options. | John MacFarlane | 7 | -10/+10 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 2 | -36/+10 |
2017-01-25 | Removed readerOldDashes and --old-dashes option, added old_dashes extension. | John MacFarlane | 1 | -3/+1 |
2017-01-25 | Removed readerSmart and the --smart option; added Ext_smart extension. | John MacFarlane | 6 | -9/+9 |
2017-01-25 | Make Extensions a custom type instead of a Set Extension. | John MacFarlane | 1 | -9/+9 |
2017-01-25 | Removed `--normalize` option and normalization functions from Shared. | John MacFarlane | 2 | -3/+7 |
2017-01-25 | Added ReaderOptions parameter to readNative. | John MacFarlane | 1 | -2/+4 |
2017-01-25 | RST reader: rebase-related fixes to warnings. | John MacFarlane | 1 | -13/+12 |
2017-01-25 | RST reader: removed now unnecessary lifts. | John MacFarlane | 1 | -8/+7 |
2017-01-25 | Markdown reader: Removed readMarkdownWithWarnings [API change]. | John MacFarlane | 1 | -10/+1 |
2017-01-25 | Have warningWithPos take a SourcePos rather than Maybe SourcePos. | John MacFarlane | 3 | -8/+8 |
2017-01-25 | LaTeX reader: add warning when parsing unescaped characters | John MacFarlane | 1 | -4/+5 |
2017-01-25 | RST reader: implement start-after, end-before fields for include. | John MacFarlane | 1 | -6/+12 |
2017-01-25 | RST reader: handle code, literal, number-lines, class, name for include. | John MacFarlane | 1 | -30/+27 |
2017-01-25 | RST reader include: handle negative values for start-, end-line. | John MacFarlane | 1 | -23/+30 |