Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-07 | Revamped raw HTML block parsing in markdown. | John MacFarlane | 1 | -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-18 | Adjusted writers and tests for change in parsing of div/span. | John MacFarlane | 1 | -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-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -1/+1 | |
2012-07-22 | Test suite for FB2 writer. | Sergey Astanin | 1 | -0/+2 | |