index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Writers
/
RST.hs
Age
Commit message (
Expand
)
Author
2022-07-16
RST writer: Fix missing spaces with nested inlines.
John MacFarlane
2022-02-23
Tests: improve location reporting of failing tests
Albert Krewinkel
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2019-11-14
RST writer: fix backslash escaping after strings
Albert Krewinkel
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
2019-10-03
Minor ghc 8.8 fixups.
John MacFarlane
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
2018-08-01
RST writer: use `titleblock` instead of `title` variable for title block
Francesco Occhipinti
2018-04-27
RST writer: preserve empty inline parents in flatten (#4603)
Francesco Occhipinti
2018-04-26
RST reader: flatten nested inlines, closes #4368 (#4554)
Francesco Occhipinti
2018-04-19
RST writer: use more consistent indentation.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-17
hlint fixes.
John MacFarlane
2018-03-17
RST writer: filter out empty inline containers (#4434).
Francesco Occhipinti
2018-03-17
RST writer: strip whitespace within inlines, closes #4327 (#4329)
Francesco Occhipinti
2018-01-19
in RST writer insert comment between lists and quotes, closes #4248
danse
2017-03-14
Use tasty for tests rather than test-framework.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane