summaryrefslogtreecommitdiff
path: root/src/commonmark.c
AgeCommit message (Expand)Author
2015-03-26Fixed HTML blocks.John MacFarlane
2015-03-26commonmark renderer: handle tight/loose list distinction.John MacFarlane
2015-03-26commonmark renderer: proper numbering for ordered lists.John MacFarlane
2015-03-23Added TODO on tight lists.John MacFarlane
2015-03-23Made CommonMark renderer sensitive to CMARK_OPT_HARDBREAKS.John MacFarlane
2015-03-21CommonMark renderer: Added 'width' parameter.John MacFarlane
2015-03-21CommonMark renderer: use right number of backticks in quoting code.John MacFarlane
2015-03-21CommonMark writer: support title on link, image.John MacFarlane
2015-03-21CommonMark renderer: improved code blocks.John MacFarlane
2015-03-21CommonMark renderer: don't wrap headers.John MacFarlane
2015-03-21Commonmark renderer: improved escaping.John MacFarlane
2015-03-21Added commonmark renderer.John MacFarlane