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