summaryrefslogtreecommitdiff
path: root/tests/lhs-test.html+lhs
Commit message (Collapse)AuthorAge
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
| | | | | | | | | | | | Previously some of the writers added spurious whitespace. This has been removed, resolving Issue #232. NOTE: If your application combines pandoc's output with other text, for example in a template, you may need to add spacing. For example, a pandoc-generated markdown file will not have a blank line after the final block element. If you are inserting it into another markdown file, you will need to make sure there is a blank line between it and the next block element.
* Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane2010-07-16
|
* Updated pandoc to use css for highlighting-kate 0.2.7.John MacFarlane2010-07-15
| | | | Note: Update any custom CSS or templates accordingly.
* Updated lhs tests.fiddlosopher2009-12-31
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1741 788f1e2b-df1e-0410-8736-df70ead52e1b
* Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2009-11-21
| | | | | | | | The bird tracks are added in the highlighting module. This makes sense, because the kate's haskell highlighter is much better than the literateHaskell highlighter. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1620 788f1e2b-df1e-0410-8736-df70ead52e1b
* Fixed lhs test cases.fiddlosopher2009-07-03
| | | | | | | | | | | + Changed Setup.hs in accord with change in '--version' output. + Changed lhs test cases in accord with change in the way HTML headers are written (they are now put in divs, and the id is put on the div rather than the header itself). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1588 788f1e2b-df1e-0410-8736-df70ead52e1b
* Updated test suites: regular paragraph before block quote.fiddlosopher2009-02-14
| | | | | | | | | | Note: rst writer doesn't handle block quote after code block properly. Ideally it would insert an empty comment to reset indentation. But this is not desirable in general before code blocks. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1540 788f1e2b-df1e-0410-8736-df70ead52e1b
* Added tests for lhs writers.fiddlosopher2009-02-07
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1537 788f1e2b-df1e-0410-8736-df70ead52e1b