X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=src%2Fparser.c;h=9d8e2efcb086fa47d5c55ac1f9648e4196fad635;hp=cbe46b16727efca36ac3e2d0c169f416dc14563d;hb=37640d707f7f7a1fd864d8f22baa8ada756c7984;hpb=2ee89b63451a530c88ad705d6a99ea19e993f3a5 diff --git a/src/parser.c b/src/parser.c index cbe46b1..9d8e2ef 100644 --- a/src/parser.c +++ b/src/parser.c @@ -89,7 +89,8 @@ deck_t *markdown_load(FILE *input) { slide = next_slide(slide); sc++; - } else if(CHECK_BIT(bits, IS_TILDE_CODE) && CHECK_BIT(bits, IS_EMPTY)) { + } else if(CHECK_BIT(bits, IS_TILDE_CODE) && + CHECK_BIT(bits, IS_EMPTY)) { // remove tilde code markers (text->reset)(text);