aboutsummaryrefslogtreecommitdiff
path: root/tests/epub/wasteland.native
AgeCommit message (Collapse)AuthorFilesLines
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane1-7/+939
Previously `<section>` tags were just parsed as raw HTML blocks. With this change, section elements are parsed as Div elements with the class "section". The HTML writer will use `<section>` tags to render these Divs in HTML5; otherwise they will be rendered as `<div class="section">`. Closes #2438.
2014-08-13Revised tests directory.John MacFarlane1-0/+9
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.