Age | Commit message (Expand) | Author | Files | Lines |
2017-03-22 | Added to issue 3516 command test to debug test failure on appveyor. | John MacFarlane | 1 | -0/+36 |
2017-03-21 | Plain writer: use _(..) or ^(..) for super/subscript... | John MacFarlane | 2 | -3/+3 |
2017-03-21 | Improve rendering of superscript in plain output. | John MacFarlane | 1 | -0/+6 |
2017-03-21 | RST writer: improve grid table output, fix bug with empty rows. | John MacFarlane | 3 | -36/+51 |
2017-03-20 | Add `space_in_atx_header` extension. | John MacFarlane | 1 | -0/+13 |
2017-03-20 | Lua filters (#3514) | Albert Krewinkel | 5 | -0/+62 |
2017-03-19 | Removed failing part of 3348 test. | John MacFarlane | 1 | -16/+0 |
2017-03-18 | HTML reader: Better sanity checks on raw HTML. | John MacFarlane | 1 | -0/+13 |
2017-03-17 | Added test case to 3348 to try to figure out why appveyor build fails. | John MacFarlane | 1 | -0/+18 |
2017-03-17 | Adjust command test 3348.md to specify column width. | John MacFarlane | 1 | -1/+1 |
2017-03-16 | Added test for #256. | John MacFarlane | 2 | -0/+14 |
2017-03-15 | OpenDocument writer: use more widely available bullet characters. | John MacFarlane | 1 | -102/+102 |
2017-03-15 | Use tasty-golden for golden tests in Old. | John MacFarlane | 1 | -39/+52 |
2017-03-14 | Command tests: just findPandoc once. | John MacFarlane | 1 | -4/+4 |
2017-03-14 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 |
2017-03-14 | Got rid of distracting warning in test output. | John MacFarlane | 1 | -2/+2 |
2017-03-14 | Small test plumbing improvement. | John MacFarlane | 1 | -11/+11 |
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 27 | -137/+132 |
2017-03-13 | Better handling of \part in LaTeX. | John MacFarlane | 1 | -0/+30 |
2017-03-13 | Put TEI writer inside PandocMonad. Added warnings for omitted raw elements. | John MacFarlane | 1 | -31/+31 |
2017-03-12 | Improved behavior of `auto_identifiers` when there are explicit ids. | John MacFarlane | 1 | -0/+13 |
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 | 1 | -0/+15 |
2017-03-10 | Add Muse writer (#3489) | Alexander Krotov | 5 | -0/+1096 |
2017-03-10 | Expand \newenvironment macros. | John MacFarlane | 1 | -0/+12 |
2017-03-09 | HTML writer: fallback to basename rather than Untitled. | John MacFarlane | 2 | -2/+2 |
2017-03-08 | Org reader: disallow tables on list marker lines | Albert Krewinkel | 1 | -1/+10 |
2017-03-08 | Markdown writer: Avoid spurious blanklines at end of document... | John MacFarlane | 6 | -17/+5 |
2017-03-08 | Markdown writer: ensure space before list at top level. | John MacFarlane | 1 | -0/+13 |
2017-03-08 | Org reader: don't allow tables inside list items. | John MacFarlane | 1 | -0/+9 |
2017-03-08 | Added test case for #3497. | John MacFarlane | 1 | -0/+51 |
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 | 1 | -0/+52 |
2017-03-06 | Markdown writer: better handling of tables with empty columns. | John MacFarlane | 1 | -0/+16 |
2017-03-06 | LaTeX reader: allow newpage, clearpage, pagebreak in inline contexts | John MacFarlane | 1 | -0/+40 |
2017-03-05 | Markdown reader: fixed internal header links. | John MacFarlane | 1 | -0/+9 |
2017-03-05 | Added a markdown abbrevation test case. | John MacFarlane | 1 | -0/+31 |
2017-03-05 | Markdown reader: Fixed regression on left-biased union for metadata. | John MacFarlane | 1 | -0/+15 |
2017-03-05 | Parse YAML metadata in a context that sees footnotes... | John MacFarlane | 1 | -0/+19 |
2017-03-04 | Regularized CSS in html/epub/html slide templates. | John MacFarlane | 7 | -7/+28 |
2017-03-04 | Fixed some loose ends in #1592. | John MacFarlane | 1 | -0/+49 |
2017-03-04 | templates: CSS for .smallcaps, closes #1592 (#3485) | Mauro Bieg | 7 | -7/+7 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 25 | -133/+126 |
2017-03-04 | HTML writer: issue warning if no title specified and template used. | John MacFarlane | 2 | -2/+2 |
2017-03-04 | Make default.html5 polyglot markup conformant. (#3473) | John Luke Bentley | 3 | -15/+15 |
2017-03-03 | OpenDocument writer: fixed dropped elements in some ordered lists. | John MacFarlane | 1 | -0/+59 |
2017-03-03 | RST reader: support RST-style citations. | John MacFarlane | 1 | -0/+18 |
2017-03-02 | RST reader: Handle multiline cells in simple tables. | John MacFarlane | 1 | -0/+48 |
2017-03-01 | LaTeX writer: always add hypertarget when there's a non-empty identifier. | John MacFarlane | 5 | -38/+75 |