Age | Commit message (Expand) | Author | Files | Lines |
2017-03-12 | Revert "Shared: export extractIds." | John MacFarlane | 1 | -20/+0 |
2017-03-12 | Shared: export extractIds. | John MacFarlane | 1 | -0/+20 |
2017-03-12 | MANUAL: Small clarification in YAML metadata section. | John MacFarlane | 1 | -1/+1 |
2017-03-11 | Changed test case labeled 3384.md to 3348.md. | John MacFarlane | 1 | -0/+0 |
2017-03-11 | Markdown writer: fixed bugs in simple/multiline list output. | John MacFarlane | 2 | -10/+24 |
2017-03-11 | Markdown reader: optimized nonindentSpaces. | John MacFarlane | 1 | -6/+3 |
2017-03-10 | ConTeXt writer: converted to use PandocMonad. | John MacFarlane | 1 | -19/+28 |
2017-03-10 | Removed normalizeSpaces from Text.Pandoc.Shared. | John MacFarlane | 3 | -23/+9 |
2017-03-10 | Docx reader: more efficient trimSps. | John MacFarlane | 1 | -9/+9 |
2017-03-10 | Shared.normalizeSpaces: strip off leading/trailing line breaks... | John MacFarlane | 1 | -2/+4 |
2017-03-10 | Add Muse writer (#3489) | Alexander Krotov | 12 | -3/+1489 |
2017-03-10 | stack.yaml: Use texmath 0.9.3. | John MacFarlane | 2 | -2/+2 |
2017-03-10 | Use pMacroDefinition in macro (for more direct parsing). | John MacFarlane | 1 | -13/+8 |
2017-03-10 | Expand \newenvironment macros. | John MacFarlane | 3 | -11/+25 |
2017-03-09 | LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`. | John MacFarlane | 1 | -9/+14 |
2017-03-09 | Changed display format for messages. | John MacFarlane | 1 | -8/+8 |
2017-03-09 | HTML writer: info message if 'lang' is unspecified. | John MacFarlane | 1 | -1/+4 |
2017-03-09 | Logging: Added NoLangSpecified, use toConstr to avoid boilerplate. | John MacFarlane | 1 | -42/+30 |
2017-03-09 | HTML writer: fallback to basename rather than Untitled. | John MacFarlane | 3 | -6/+7 |
2017-03-08 | Remove space at beginning/end of RST code span. | John MacFarlane | 1 | -1/+4 |
2017-03-08 | Org reader: disallow tables on list marker lines | Albert Krewinkel | 2 | -4/+14 |
2017-03-08 | Travis: Remove GHC HEAD build. | John MacFarlane | 1 | -3/+3 |
2017-03-08 | Travis: comment out OSX build. | John MacFarlane | 1 | -3/+3 |
2017-03-08 | Markdown writer: Avoid spurious blanklines at end of document... | John MacFarlane | 7 | -18/+6 |
2017-03-08 | Markdown writer: ensure space before list at top level. | John MacFarlane | 2 | -22/+44 |
2017-03-08 | Org reader: don't allow tables inside list items. | John MacFarlane | 2 | -0/+13 |
2017-03-08 | Added test case for #3497. | John MacFarlane | 1 | -0/+51 |
2017-03-08 | Markdown writer: escape unordered list markers at beginning of paragraph | John MacFarlane | 1 | -12/+20 |
2017-03-07 | stack.yamls: use lts-8.4 and texmath-0.9.1.1. | John MacFarlane | 2 | -2/+4 |
2017-03-07 | Re-enable support for custom lua writers. | John MacFarlane | 1 | -1/+3 |
2017-03-07 | Speed up Native writer quickcheck tests. | John MacFarlane | 1 | -2/+4 |
2017-03-07 | Small change to unbalanced bracket test to speed up test suite. | John MacFarlane | 1 | -1/+1 |
2017-03-07 | Markdown reader: Treat certain environments as inline | John MacFarlane | 2 | -1/+55 |
2017-03-07 | Clarify that meta-json contains transformed values (#3491) | Jakob Voß | 1 | -1/+2 |
2017-03-06 | Markdown writer: better handling of tables with empty columns. | John MacFarlane | 2 | -12/+38 |
2017-03-06 | LaTeX reader: allow newpage, clearpage, pagebreak in inline contexts | John MacFarlane | 2 | -0/+45 |
2017-03-06 | Markdown writer: Fixed false ordered lists in YAML metadata. | John MacFarlane | 1 | -1/+1 |
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 | 3 | -2/+17 |
2017-03-05 | Markdown writer: escape initial % in a paragraph... | John MacFarlane | 1 | -1/+5 |
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 a markdown abbrevation test case. | John MacFarlane | 1 | -0/+31 |
2017-03-05 | Added readerAbbreviations to ParserState. | John MacFarlane | 2 | -25/+27 |
2017-03-05 | Markdown reader: Fixed regression on left-biased union for metadata. | John MacFarlane | 2 | -6/+24 |
2017-03-05 | Parse YAML metadata in a context that sees footnotes... | John MacFarlane | 2 | -84/+102 |
2017-03-04 | Regularized CSS in html/epub/html slide templates. | John MacFarlane | 16 | -28/+77 |
2017-03-04 | Fixed some loose ends in #1592. | John MacFarlane | 3 | -5/+53 |
2017-03-04 | templates: CSS for .smallcaps, closes #1592 (#3485) | Mauro Bieg | 16 | -14/+16 |
2017-03-04 | HTML writer: only issue warning for missing title if --standalone. | John MacFarlane | 1 | -11/+13 |