diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -98,7 +98,7 @@ int main(int argc, char *argv[]) | |||
| 98 | if (strcmp(cmd, "markdown") == 0) { /** **/ | 98 | if (strcmp(cmd, "markdown") == 0) { /** **/ |
| 99 | /* undocumented, for testing only */ | 99 | /* undocumented, for testing only */ |
| 100 | xs *c = xs_readall(stdin); | 100 | xs *c = xs_readall(stdin); |
| 101 | xs *fc = not_really_markdown(c, NULL); | 101 | xs *fc = not_really_markdown(c, NULL, NULL); |
| 102 | 102 | ||
| 103 | printf("<html>\n%s\n</html>\n", fc); | 103 | printf("<html>\n%s\n</html>\n", fc); |
| 104 | return 0; | 104 | return 0; |