smu

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

commit 274250c8dde7ff344c824ce0deda29bf65fc8d4c
parent 1f030b1126765e0d0d66099c11437826b77a177d
Author: gottox@rootkit.lan <gottox@rootkit.lan>
Date:   Wed, 12 Dec 2007 05:45:51 +0100

version 0.5

Diffstat:
Mcmarkdown.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmarkdown.c b/cmarkdown.c @@ -347,6 +347,7 @@ doshortlink(const char *begin, const char *end) { return 0; for(p = begin+1; p && p != end && !strchr(" \t\n",*p); p++) { switch(*p) { + case '#': case ':': ismail = -1; break;