summaryrefslogtreecommitdiff
path: root/tests/writer.plain
AgeCommit message (Expand)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane
2016-11-15Markdown writer: fixed inconsistent spacing issue.John MacFarlane
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane
2015-02-25Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane
2014-08-08Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane
2014-08-08Markdown writer: Respect -raw_html.John MacFarlane
2014-07-27Markdown writer: More improvements to 'plain' output, updated tests.John MacFarlane
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane
2010-12-17Added new prettyprinting module.John MacFarlane
2010-07-20Made spacing at end of output more consistent.John MacFarlane
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane
2010-03-18Added plain writer.fiddlosopher