summaryrefslogtreecommitdiff
path: root/cmarkdown.c
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2007-12-12 05:45:51 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2007-12-12 05:45:51 +0100
commit274250c8dde7ff344c824ce0deda29bf65fc8d4c (patch)
treed9a0c31203944bae802181938e6d2cab201462be /cmarkdown.c
parent1f030b1126765e0d0d66099c11437826b77a177d (diff)
version 0.5
Diffstat (limited to 'cmarkdown.c')
-rw-r--r--cmarkdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmarkdown.c b/cmarkdown.c
index 4faa199..df7d031 100644
--- 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;