index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
print.c
Age
Commit message (
Expand
)
Author
2014-11-25
Replaced cmark_debug_print with cmark_render_ast.
John MacFarlane
2014-11-25
print.c: use nonrecursive algorithm.
John MacFarlane
2014-11-25
Use strbuf in print.c.
John MacFarlane
2014-11-25
Replaced print_blocks and print_inlines with print_nodes.
John MacFarlane
2014-11-25
`print.c` - make `document` node implicit.
John MacFarlane
2014-11-25
Rename NODE_STRING -> NODE_TEXT.
John MacFarlane
2014-11-23
Do not distinguish btw fenced and indented code in AST.
John MacFarlane
2014-11-23
Revert "Revert "Remove distinction btw atx and setext header in AST.""
John MacFarlane
2014-11-22
Revert "Remove distinction btw atx and setext header in AST."
John MacFarlane
2014-11-22
Remove distinction btw atx and setext header in AST.
John MacFarlane
2014-11-22
Renamed NODE_BQUOTE -> NODE_BLOCK_QUOTE.
John MacFarlane
2014-11-17
Store link labels as children in tree structure
Nick Wellnhofer
2014-11-17
Rename ast.h to parser.h
Nick Wellnhofer
2014-11-17
Switch cmark_node_inl over to cmark_node
Nick Wellnhofer
2014-11-17
Switch cmark_node_block over to cmark_node
Nick Wellnhofer
2014-11-16
Export enums for inline, block types, list and list delim types.
John MacFarlane
2014-11-16
Moved AST details from public header cmark.h to private ast.h.
John MacFarlane
2014-11-06
Removed unnecessary C99-ism.
John MacFarlane
2014-10-24
Renamed c program and library stmd -> cmark.
John MacFarlane
2014-10-18
Reindented c sources.
John MacFarlane
2014-09-15
Cleanup external APIs
Vicent Marti
2014-09-09
Abstract the Block union
Vicent Marti
2014-09-09
UTF8-aware detabbing and entity handling
Vicent Marti
2014-09-09
Rename block literals
Vicent Marti
2014-09-09
Rename node_block
Vicent Marti
2014-09-09
Rename `inl`
Vicent Marti
2014-09-09
Rename inl
Vicent Marti
2014-09-09
433/8
Vicent Marti
2014-09-09
338/103
Vicent Marti
2014-09-09
Rename inlines
Vicent Marti
2014-09-09
ffffix
Vicent Marti
2014-08-13
Initial commit
John MacFarlane