John MacFarlane
|
dfa1dc164a
|
hlint fixes.
|
2018-03-17 22:00:55 -07:00 |
|
Francesco Occhipinti
|
ba965d1736
|
RST writer: filter out empty inline containers (#4434).
There is nothing in RST that corresponds to e.g. `Emph []`, so we just filter out elements like this.
|
2018-03-17 20:39:26 -07:00 |
|
Francesco Occhipinti
|
65cc909fde
|
RST writer: strip whitespace within inlines, closes #4327 (#4329)
+ 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-03-17 19:21:27 -07:00 |
|
danse
|
2165efef7e
|
in RST writer insert comment between lists and quotes, closes #4248
|
2018-01-19 15:57:54 +01:00 |
|
John MacFarlane
|
6ecc5b96a9
|
Use tasty for tests rather than test-framework.
|
2017-03-14 17:07:23 +01:00 |
|
John MacFarlane
|
e256c8ce17
|
Stylish-haskell automatic formatting changes.
|
2017-03-04 13:03:41 +01:00 |
|
John MacFarlane
|
18ab864269
|
Moved tests/ -> test/.
|
2017-02-04 12:56:30 +01:00 |
|