Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -1/+1 | |
2018-03-17 | RST writer: filter out empty inline containers (#4434). | Francesco Occhipinti | 1 | -7/+11 | |
There is nothing in RST that corresponds to e.g. `Emph []`, so we just filter out elements like this. | |||||
2018-03-17 | RST writer: strip whitespace within inlines, closes #4327 (#4329) | Francesco Occhipinti | 1 | -0/+9 | |
+ Whitespace is ignored at the beginning and end of emphasis, as per <http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#inline-markup>. + Export `stripLeadingTrailingSpace` from `Text.Pandoc.Writers.Shared`. | |||||
2018-01-19 | in RST writer insert comment between lists and quotes, closes #4248 | danse | 1 | -0/+10 | |
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -3/+3 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -3/+3 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+107 | |