Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-23 | Initial addition of groff ms writer. | John MacFarlane | 1 | -0/+3 | |
* New module: Text.Pandoc.Writers.Ms. * New template: default.ms. * The writer uses texmath's new eqn writer to convert math to eqn format, so a ms file produced with this writer should be processed with `groff -ms -e` if it contains math. | |||||
2017-03-15 | Use tasty-golden for golden tests in Old. | John MacFarlane | 1 | -39/+52 | |
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -11/+10 | |
2017-03-10 | Add Muse writer (#3489) | Alexander Krotov | 1 | -0/+3 | |
* Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests | |||||
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -14/+14 | |
2017-02-06 | Removed --parse-raw and readerParseRaw. | John MacFarlane | 1 | -1/+1 | |
These were confusing. Now we rely on the +raw_tex or +raw_html extension with latex or html input. Thus, instead of --parse-raw -f latex we use -f latex+raw_tex and instead of --parse-raw -f html we use -f html+raw_html | |||||
2017-02-04 | Consolidated some common functions in Tests.Helper. | John MacFarlane | 1 | -42/+5 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+285 | |