various improvements
authorMichael Göhler <somebody.here@gmx.de>
Thu, 16 Oct 2014 23:06:06 +0000 (01:06 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Thu, 16 Oct 2014 23:24:53 +0000 (01:24 +0200)
commit5f369c826ac0ca4989892b3691f66d0ac73679f3
treee95cf2f236d550176b8d752b36f08f0ab1d2572b
parent8fd813163c03d7bfbc2ffd8b6aeb2d1c576db1e4
various improvements

support for multi-line list items in unordered lists
unordered lists no longer support nested code blocks
code blocks start after a blank line only (makes ordered lists possible)
added comments and removed unused code
include/markdown.h
include/parser.h
sample.md
src/parser.c
src/viewer.c