smu

Simple markup processor
git clone https://git.sinitax.com/codemadness/smu
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 6a9b913b6c5d4d74e887b632471c5398aeb0ae76
parent 46e907346cd8ca0bc5e8499325ee433f100ca609
Author: gottox@rootkit.lan <gottox@rootkit.lan>
Date:   Wed, 12 Dec 2007 01:07:39 +0100

even more stupid bug -.-

Diffstat:
Mcmarkdown.c | 2+-
Mconfig.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmarkdown.c b/cmarkdown.c @@ -257,7 +257,7 @@ dolist(const char *begin, const char *end) { buffer[i] = '\0'; while(buffer[--i] == '\n') buffer[i] = '\0'; fputs("<li>",stdout); - hprint(buffer,i+2+buffer); + process(buffer,i+2+buffer); fputs("</li>\n",stdout); } puts(ul ? "</ul>" : "</ol>"); diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # cmarkdown version -VERSION = 0.4.1 +VERSION = 0.4.2 # paths PREFIX = /usr/local