aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.fb2
AgeCommit message (Collapse)AuthorFilesLines
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-1/+1
- We no longer include trailing spaces and newlines in the raw blocks. - We look for closing tags for elements (but without backtracking). - Each block-level tag is its own RawBlock; we no longer try to consolidate them (though `--normalize` will do so). Closes #1330.
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-1/+1
Textile, MediaWiki, Markdown, Org, RST will emit raw HTML div tags for divs. Otherwise Div and Span are "transparent" block containers.
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+1
2012-07-22Test suite for FB2 writer.Sergey Astanin1-0/+2