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
/
node.c
Age
Commit message (
Expand
)
Author
2014-11-29
Fix prev pointer of emph->first_child
Nick Wellnhofer
2014-11-28
Removed cmark_free_nodes from public API.
John MacFarlane
2014-11-28
Renamed identifiers in public API:
John MacFarlane
2014-11-26
Don't allow insert_{before|after} root node
Nick Wellnhofer
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-22
Fix and test node_check
Nick Wellnhofer
2014-11-22
Set defaults for new headers and lists
Nick Wellnhofer
2014-11-22
More tree hierarchy checks and tests
Nick Wellnhofer
2014-11-19
Input validation for setters
Nick Wellnhofer
2014-11-19
Fix {get|set}_string_content
Nick Wellnhofer
2014-11-19
Accessors for start_line, start_column, end_line
Nick Wellnhofer
2014-11-19
Accessors for link titles
Nick Wellnhofer
2014-11-19
Accessors for fence info
Nick Wellnhofer
2014-11-19
Accessors for list data
Nick Wellnhofer
2014-11-19
Accessors for header level
Nick Wellnhofer
2014-11-19
Accessors for string content of code and HTML blocks
Nick Wellnhofer
2014-11-19
Rename {get|set}_content to {get|set}_string_content
Nick Wellnhofer
2014-11-18
Add node constructor and accessors to the public API
Nick Wellnhofer
2014-11-18
Improve output of tree integrity check
Nick Wellnhofer
2014-11-17
Make parse_inlines add directly to parent.
John MacFarlane
2014-11-17
Store link labels as children in tree structure
Nick Wellnhofer
2014-11-17
Set prev, parent and last_child for inlines
Nick Wellnhofer
2014-11-17
Move cmark_free_nodes to node.c
Nick Wellnhofer
2014-11-17
Start with unified nodes
Nick Wellnhofer