summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar default2023-05-21 20:32:23 +0200
committerGravatar default2023-05-21 20:32:23 +0200
commit49362f54049a357e52cd6c57d2aa20d33add3307 (patch)
tree0417bac6b8157ce7be07be86b7eb6915bb24cdf7 /main.c
parentUpdated TODO. (diff)
downloadpenes-snac2-49362f54049a357e52cd6c57d2aa20d33add3307.tar.gz
penes-snac2-49362f54049a357e52cd6c57d2aa20d33add3307.tar.xz
penes-snac2-49362f54049a357e52cd6c57d2aa20d33add3307.zip
Convert image links in notes to attachments.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1462c64..b325717 100644
--- a/main.c
+++ b/main.c
@@ -87,7 +87,7 @@ int main(int argc, char *argv[])
87 if (strcmp(cmd, "markdown") == 0) { 87 if (strcmp(cmd, "markdown") == 0) {
88 /* undocumented, for testing only */ 88 /* undocumented, for testing only */
89 xs *c = xs_readall(stdin); 89 xs *c = xs_readall(stdin);
90 xs *fc = not_really_markdown(c); 90 xs *fc = not_really_markdown(c, NULL);
91 91
92 printf("<html>\n%s\n</html>\n", fc); 92 printf("<html>\n%s\n</html>\n", fc);
93 return 0; 93 return 0;