Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-31 | Markdown reader: better handling of paragraph in div. | John MacFarlane | 1 | -2/+2 | |
Previously text that ended a div would be parsed as Plain unless there was a blank line before the closing div tag. Test case: <div class="first"> This is a paragraph. This is another paragraph. </div> Closes #1591. | |||||
2014-07-07 | Revamped raw HTML block parsing in markdown. | John MacFarlane | 1 | -38/+83 | |
- 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. | |||||
2014-02-28 | InDesign ICML Writer | mb21 | 1 | -0/+3023 | |