Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-08 | CommonMark writer: avoid excess blank lines at end of output. | John MacFarlane | 1 | -8/+0 | |
2017-08-08 | Thread options through CommonMark reader. | John MacFarlane | 1 | -0/+8 | |
This is more efficient than doing AST traversals for emojis and hard breaks. Also make behavior sensitive to `raw_html` extension. | |||||
2017-08-08 | CommonMark writer: support `hard_line_breaks`, `smart`. | John MacFarlane | 1 | -0/+103 | |
Add tests. |