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
/
cmark.h
Age
Commit message (
Expand
)
Author
2014-11-13
Added cmark_append_blocks, exposed more functions.
John MacFarlane
2014-11-13
Removed ast modules, moved these defs back to cmark.h.
John MacFarlane
2014-11-13
Make basic functions in cmark.h visible.
John MacFarlane
2014-11-13
Added ast.[c,h] for AST definitions and AST-manipulating functions.
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 chunk.h
Nick Wellnhofer
2014-11-12
Prefix names in buffer.h
Nick Wellnhofer
2014-11-11
Improved cmark_markdown_to_html.
John MacFarlane
2014-11-11
Added cmark_markdown_to_html with a simple interface.
John MacFarlane
2014-11-11
Added macro def needed for cpp.
John MacFarlane
2014-11-10
Define _CMARK_H_ instead of _STDMD_H_.
John MacFarlane
2014-11-09
Added MAX_LINK_LABEL_LENGTH to cmark.h.
John MacFarlane
2014-11-05
Removed stack limits in inline parsing.
John MacFarlane
2014-10-28
Changed EMPHASIS_STACK_LIMIT -> STACK_LIMIT.
John MacFarlane
2014-10-26
Add EMPHASIS_STACK_LIMIT.
John MacFarlane
2014-10-24
Renamed c program and library stmd -> cmark.
John MacFarlane
[prev]