From adf0a13992edb85738ac983a872937a805629474 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 25 Mar 2024 16:15:09 +0100 Subject: If an emoji in emojis.json is an URL to an image, it's stored in the tag list. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index c789299..d609880 100644 --- a/main.c +++ b/main.c @@ -98,7 +98,7 @@ int main(int argc, char *argv[]) if (strcmp(cmd, "markdown") == 0) { /** **/ /* undocumented, for testing only */ xs *c = xs_readall(stdin); - xs *fc = not_really_markdown(c, NULL); + xs *fc = not_really_markdown(c, NULL, NULL); printf("\n%s\n\n", fc); return 0; -- cgit v1.2.3