summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Collapse)Author
2014-11-16Export enums for inline, block types, list and list delim types.John MacFarlane
Also switched from `bullet`, `ordered`, `parens`, `period` to `CMARK_BULLET_LIST`, `CMARK_ORDERED_LIST`, `CMARK_PAREN_DELIM`, `CMARK_PERIOD_DELIM`.
2014-11-16Moved AST details from public header cmark.h to private ast.h.John MacFarlane
2014-11-06Removed unnecessary C99-ism.John MacFarlane
2014-10-24Renamed c program and library stmd -> cmark.John MacFarlane
Also renamed internal library functions accordingly.
2014-10-18Reindented c sources.John MacFarlane
2014-09-15Cleanup external APIsVicent Marti
2014-09-09Abstract the Block unionVicent Marti
2014-09-09UTF8-aware detabbing and entity handlingVicent Marti
2014-09-09Rename block literalsVicent Marti
2014-09-09Rename node_blockVicent Marti
2014-09-09Rename `inl`Vicent Marti
2014-09-09Rename inlVicent Marti
2014-09-09433/8Vicent Marti
2014-09-09338/103Vicent Marti
2014-09-09Rename inlinesVicent Marti
2014-09-09ffffixVicent Marti
2014-08-13Initial commitJohn MacFarlane