X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fmarkdown.c;h=2648dc11bb4120a574f7dad606cfc04af6874399;hb=a10fcae3cba4f58550b24b0029f3932615dadbc3;hp=6e7d15f1c29168d52f823f1d3f4335f079f04f34;hpb=b723e39232abc7632311eb06d7046c214ee05b51;p=smdp.git diff --git a/src/markdown.c b/src/markdown.c index 6e7d15f..2648dc1 100644 --- a/src/markdown.c +++ b/src/markdown.c @@ -61,4 +61,3 @@ deck_t *new_deck() { x->slides = x->headers = 0; return x; } -