From 41548b07eb282eb300bad4aad8da6acfaac1061f Mon Sep 17 00:00:00 2001 From: wrmr Date: Thu, 22 May 2025 15:06:47 -0500 Subject: use utf-8 em dash instead of — --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit 1.4.1-2-gfad0