diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c index 7830adf..8f5a784 100644 --- a/main.c +++ b/main.c @@ -401,7 +401,7 @@ void markup_inline(InlineState *ms, Str *out, Str src, Arena *scratch, Arena *pe if (!f.n) break; i = f.s - src.s + 1; } else if (str_starts(skp, S("---"))) { - str_cat(out, S("—"), perm); + str_cat(out, S("—"), perm); i += 2; } else { text_inline(ms, c, out, perm); |