X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fparser.c;h=629450008d44e11393b2df66aca61fe08e5b5f87;hb=65f9a2c33e571f7f4cda2d7bf147a7ed1bb5a7cd;hp=84f3c87beb5fade2ca26dd6bb3a8d122e79915b5;hpb=455a6a71b6a1f49e9454a64856b77f8e85915f26;p=smdp.git diff --git a/src/parser.c b/src/parser.c index 84f3c87..6294500 100644 --- a/src/parser.c +++ b/src/parser.c @@ -363,9 +363,6 @@ int markdown_analyse(cstring_t *text) { if(text->text[i] == ' ') { spaces++; - } else if(CHECK_BIT(bits, IS_CODE)) { - other++; - } else { switch(text->text[i]) { case '=': equals++; break;