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
/
blocks.c
Age
Commit message (
Expand
)
Author
2014-10-26
Require space before closing # sequence in ATX header.
John MacFarlane
2014-10-24
Renamed c program and library stmd -> cmark.
John MacFarlane
2014-10-24
Add a newline to a line that doesn't end with one.
John MacFarlane
2014-10-24
Merge branch 'master' of https://github.com/tchetch/stmd into tchetch-master
John MacFarlane
2014-10-24
Use unsigned char, not char, throughout.
John MacFarlane
2014-10-18
Reindented c sources.
John MacFarlane
2014-10-06
- Use of calloc instead of malloc
tchetch
2014-09-17
Better handle trailing backslashes in ATX-style headers
Jordan Milne
2014-09-15
Cleanup external APIs
Vicent Marti
2014-09-10
Cleanup reference implementation
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 to strbuf
Vicent Marti
2014-09-09
379/62
Vicent Marti
2014-09-09
368/73
Vicent Marti
2014-09-09
338/103
Vicent Marti
2014-09-09
It buiiiilds
Vicent Marti
2014-09-09
ffffix
Vicent Marti
2014-09-09
lol
Vicent Marti
2014-08-13
Initial commit
John MacFarlane