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
/
inlines.h
Age
Commit message (
Expand
)
Author
2015-05-14
Store link URL and title as cmark_chunk
Nick Wellnhofer
2015-02-16
Made 'options' an int rather than a long.
John MacFarlane
2015-02-15
Added options parameter to cmark_parse_document, cmark_parse_file.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-13
Removed cmark_ prefix on chunk and strbuf.
John MacFarlane
2014-11-28
Use prefixed names for symbols from inlines.h
Nick Wellnhofer
2014-11-17
Make parse_inlines add directly to parent.
John MacFarlane
2014-11-17
Switch cmark_node_inl over to cmark_node
Nick Wellnhofer
2014-11-16
Declare all functions as extern "C"
Nick Wellnhofer
2014-11-16
Rename include guards for consistency and to avoid reserved identifiers
Craig Barnes
2014-11-13
Moved ast-manipulating functions from inlines to ast.
John MacFarlane
2014-11-13
Moved cmark_free_inlines from inlines to ast.
John MacFarlane
2014-11-12
Prefix names in cmark.h
Nick Wellnhofer
2014-11-12
Prefix names in references.h
Nick Wellnhofer
2014-11-12
Prefix names in inlines.h
Nick Wellnhofer
2014-11-12
Prefix names in chunk.h
Nick Wellnhofer
2014-11-12
Prefix names in buffer.h
Nick Wellnhofer
2014-09-18
Add missing header
Vicent Marti