summaryrefslogtreecommitdiff
path: root/cmarkdown.c
AgeCommit message (Collapse)Author
2007-12-11dolist and doparagraph are working better nowgottox@rootkit.lan
2007-12-11dolineprefix works now with doparagraphgottox@rootkit.lan
2007-12-11Added doparagraph parser.gottox@rootkit.lan
Removed ERRMALLOC constant. changed "<hr />" from "---" to "- - -" linebreak is now markdown compatible
2007-12-11replaced desclen and linklen by descend and linkendgottox@rootkit.lan
images are now stackable into links.
2007-12-10fixing bug in dolistgottox@rootkit.lan
adding insert to doreplace
2007-12-10some reformatinggottox@rootkit.lan
fixing shortlink
2007-12-10Adding list supportgottox@rootkit.lan
2007-12-10Adding dolist which I forgot in last commitgottox@rootkit.lan
2007-12-10rearrange functionsgottox@rootkit.lan
Added alternative notation of headings
2007-12-10Adding Makefile, changing to MIT/X Licensegottox@rootkit.lan
2007-12-10fixing stupid mistakegottox@rootkit.lan
adding shortlink support
2007-12-10Add nohtml switchgottox@rootkit.lan
2007-12-10renaming errstr to formatgottox@rootkit.lan
adding hprint
2007-12-10moving markdown.c to cmarkdown.cgottox@rootkit.lan
adding header a bunch of other stuff. --HG-- rename : markdown.c => cmarkdown.c