Age | Commit message (Expand) | Author | Files | Lines |
2018-02-03 | Muse writer: write image width specified in percent in Text::Amuse mode | Alexander Krotov | 1 | -0/+3 |
2018-01-30 | Muse writer: don't wrap displayMath into <verse> | Alexander Krotov | 1 | -1/+1 |
2018-01-29 | Muse writer: escape nonbreaking space ("~~") | Alexander Krotov | 1 | -0/+1 |
2018-01-27 | Docx writer tests: correct test name. | Jesse Rosenthal | 1 | -1/+1 |
2018-01-27 | Docx writer tests: Add tests for custom styles | Jesse Rosenthal | 1 | -0/+10 |
2018-01-27 | Docx writer tests: Use new golden framework | Jesse Rosenthal | 1 | -127/+113 |
2018-01-25 | Tests: Abstract powerpoint tests out to OOXML tests. | Jesse Rosenthal | 2 | -175/+188 |
2018-01-25 | ConTeXt writer: new section syntax and --section-divs (#4295) | Henri Menke | 1 | -1/+24 |
2018-01-23 | Powerpoint writer tests: hlint cleanups. | Jesse Rosenthal | 1 | -14/+12 |
2018-01-23 | ConTeXt writer: xtables: correct wrong usage of caption | Henri Menke | 1 | -1/+1 |
2018-01-22 | Powerpoint writer tests: add tests for two-column layout and images | Jesse Rosenthal | 1 | -0/+10 |
2018-01-22 | Powerpoint writer: Add further tests | Jesse Rosenthal | 1 | -0/+15 |
2018-01-22 | Powerpoint writer tests: simplify updating function | Jesse Rosenthal | 1 | -7/+1 |
2018-01-22 | Powerpoint tests: Convert to golden tests | Jesse Rosenthal | 1 | -136/+147 |
2018-01-22 | Muse writer: join code with different attributes during normalization | Alexander Krotov | 1 | -0/+1 |
2018-01-22 | Muse writer: indent lists inside Div | Alexander Krotov | 1 | -1/+3 |
2018-01-21 | Powerpoint writer tests: New test framework for pptx. | Jesse Rosenthal | 1 | -157/+184 |
2018-01-19 | hlint code improvements. | John MacFarlane | 8 | -37/+34 |
2018-01-19 | in RST writer insert comment between lists and quotes, closes #4248 | danse | 1 | -0/+10 |
2018-01-19 | Muse writer: support definitions with multiple descriptions | Alexander Krotov | 1 | -2/+11 |
2018-01-15 | ConTeXt writer: Use xtables instead of Tables (#4223) | Henri Menke | 1 | -0/+55 |
2018-01-03 | Powerpoint writer: Set default slidelevel correctly. | Jesse Rosenthal | 1 | -1/+1 |
2017-12-29 | Powerpoint Writer tests: Add quickcheck tests for content types. | Jesse Rosenthal | 1 | -14/+77 |
2017-12-29 | Powerpoint writer test: more slide number tests | Jesse Rosenthal | 1 | -4/+9 |
2017-12-28 | Powerpoint writer tests: use IO. | John MacFarlane | 2 | -336/+18 |
2017-12-28 | Use insertInFileTree in powerpoint test. | John MacFarlane | 1 | -2/+1 |
2017-12-28 | Fixed warning in powerpoint writer test. | John MacFarlane | 1 | -3/+0 |
2017-12-28 | PowerPoint writer: Introduce beginning of tests | Jesse Rosenthal | 2 | -0/+423 |
2017-12-21 | Merge pull request #4177 from stencila/jats-xml-reader | John MacFarlane | 1 | -1/+6 |
2017-12-22 | Improve support for code language in JATS | Hamish Mackenzie | 1 | -1/+6 |
2017-12-21 | Muse reader: parse anchors immediately after headings as IDs | Alexander Krotov | 1 | -0/+5 |
2017-12-13 | fig, table-wrap & caption Divs for JATS writer | Hamish Mackenzie | 1 | -0/+119 |
2017-11-24 | Muse writer: test that inline math conversion result is normalized | Alexander Krotov | 1 | -0/+1 |
2017-11-24 | Muse: move inline list normalization to writer | Alexander Krotov | 1 | -0/+1 |
2017-11-22 | Muse writer: escape hash symbol | Alexander Krotov | 1 | -0/+2 |
2017-11-22 | Muse writer: escape "----" to avoid accidental horizontal rules | Alexander Krotov | 1 | -0/+1 |
2017-11-22 | Muse writer: escape only </code> inside code tag | Alexander Krotov | 1 | -2/+1 |
2017-11-13 | Replace "emacs" extension with "amuse" extension | Alexander Krotov | 1 | -1/+3 |
2017-11-01 | FB2 writer: Add "unrecognised" genre to <title-info> | Alexander Krotov | 1 | -1/+1 |
2017-11-01 | FB2 writer: remove <annotation> from <body> | Alexander Krotov | 1 | -1/+1 |
2017-10-28 | Add new style FB2 tests | Alexander Krotov | 1 | -0/+34 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 2 | -6/+6 |
2017-08-10 | Fixed writer tests not to use writerUserDataDir. | John MacFarlane | 1 | -3/+3 |
2017-08-08 | Muse writer: insert two blanklines between lists of the same type (#3844) | Alexander | 1 | -0/+73 |
2017-07-15 | Fix docx writer test for ghc 8.2.1. | John MacFarlane | 1 | -1/+9 |
2017-07-15 | Rearrange docx writer roundtrip test. | John MacFarlane | 1 | -4/+4 |
2017-07-14 | Refactored compareOutput in docx writer test | John MacFarlane | 1 | -7/+6 |
2017-07-12 | Muse writer: indent lists inside <quote> with at least one space (#3795) | Alexander Krotov | 1 | -0/+11 |
2017-06-26 | Muse writer: fix hlint errors (#3764) | Alexander Krotov | 1 | -2/+2 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 8 | -13/+20 |