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
/
xml.c
Age
Commit message (
Expand
)
Author
2015-01-21
Removed unnecessary strbuf_free's.
John MacFarlane
2015-01-12
Some astyle reformatting.
John MacFarlane
2015-01-11
xml.c: Include level attribute in header.
John MacFarlane
2015-01-11
xml format: use 'destination' instead of 'url', like the spec.
John MacFarlane
2015-01-09
Minor code reformatting.
John MacFarlane
2015-01-09
xml writer: add list attributes.
John MacFarlane
2015-01-07
cmark: Add function & option to normalize text nodes.
John MacFarlane
2015-01-05
Reformatted code consistently with astyle.
John MacFarlane
2015-01-04
xml writer - fixed issues with empty images.
John MacFarlane
2014-12-31
Remove useless void* cast
Nick Wellnhofer
2014-12-29
Make `--sourcepos` affect xml writer too.
John MacFarlane
2014-12-29
Added options parameter to renderers.
John MacFarlane
2014-12-28
Added end_column to cmark_node struct.
John MacFarlane
2014-12-28
Revamped xml writer and dtd to use lowercase element names.
John MacFarlane
2014-12-28
Added xml writer, to dump the AST in XML.
John MacFarlane