index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Tests
/
Writers
/
HTML.hs
Age
Commit message (
Expand
)
Author
2017-02-04
Moved tests/ -> test/.
John MacFarlane
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
2017-01-25
Update tests to work with runPure.
John MacFarlane
2016-10-14
Remove Tests.Arbitrary
Jesse Rosenthal
2016-07-14
Removed some redundant class constraints.
John MacFarlane
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2013-07-13
Updated a test whose output changed due to last commit.
John MacFarlane
2013-03-05
Hide Text.Pandoc.Highlighting.
John MacFarlane
2013-01-23
Eliminated use of TH in test suite.
John MacFarlane
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
2012-07-26
Moved tests to tests/, modified cabal file so lib isn't recompiled.
John MacFarlane