Age | Commit message (Expand) | Author | Files | Lines |
2017-03-10 | Docx reader: more efficient trimSps. | John MacFarlane | 1 | -9/+9 |
2017-03-10 | Expand \newenvironment macros. | John MacFarlane | 1 | -10/+12 |
2017-03-09 | LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`. | John MacFarlane | 1 | -9/+14 |
2017-03-08 | Org reader: disallow tables on list marker lines | Albert Krewinkel | 1 | -3/+4 |
2017-03-08 | Org reader: don't allow tables inside list items. | John MacFarlane | 1 | -0/+4 |
2017-03-07 | Markdown reader: Treat certain environments as inline | John MacFarlane | 1 | -1/+3 |
2017-03-06 | LaTeX reader: allow newpage, clearpage, pagebreak in inline contexts | John MacFarlane | 1 | -0/+5 |
2017-03-05 | LaTeX reader: support all \textXX commands. | John MacFarlane | 1 | -1/+5 |
2017-03-05 | Markdown reader: fixed internal header links. | John MacFarlane | 1 | -2/+7 |
2017-03-05 | LaTeX reader: small improvements in parsing arguments. | John MacFarlane | 1 | -10/+7 |
2017-03-05 | LaTeX reader: Handle spaces before \cite arguments. | John MacFarlane | 1 | -3/+1 |
2017-03-05 | Added readerAbbreviations to ParserState. | John MacFarlane | 1 | -25/+16 |
2017-03-05 | Markdown reader: Fixed regression on left-biased union for metadata. | John MacFarlane | 1 | -6/+9 |
2017-03-05 | Parse YAML metadata in a context that sees footnotes... | John MacFarlane | 1 | -84/+83 |
2017-03-04 | Fixed some loose ends in #1592. | John MacFarlane | 1 | -1/+3 |
2017-03-04 | Markdown reader: treat span with class `smallcaps` as SmallCaps. | John MacFarlane | 1 | -13/+18 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 27 | -464/+467 |
2017-03-03 | RST reader: support RST-style citations. | John MacFarlane | 1 | -14/+54 |
2017-03-02 | RST reader: Handle multiline cells in simple tables. | John MacFarlane | 1 | -8/+16 |
2017-03-02 | Markdown reader: when splitting pipe table cells, skip tex math. | John MacFarlane | 1 | -1/+1 |
2017-03-01 | LaTeX reader: don't drop contents of \hypertarget. | John MacFarlane | 1 | -0/+3 |
2017-02-28 | RST reader: implemented implicit internal header links. | John MacFarlane | 1 | -18/+42 |
2017-02-27 | LaTeX reader: Handle komascript `\dedication`. | John MacFarlane | 1 | -0/+2 |
2017-02-27 | Minor cleanups in LaTeX reader. | John MacFarlane | 1 | -5/+4 |
2017-02-26 | RST reader: support scale and align attributes of images. | John MacFarlane | 1 | -5/+25 |
2017-02-25 | LaTeX reader: allow hspace and vspace to count as raw block or inline. | John MacFarlane | 1 | -3/+5 |
2017-02-25 | Revert "LaTeX reader: don't treat `\vspace` and `\hspace` as block commands." | John MacFarlane | 1 | -0/+1 |
2017-02-24 | Implemented `\graphicspath` in LaTeX reader. | John MacFarlane | 1 | -1/+8 |
2017-02-24 | EPUB reader: minor refactoring, avoiding explicit MediaBag handling. | John MacFarlane | 1 | -8/+6 |
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 |