summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorwrmr2025-05-14 20:04:18 -0500
committerwrmr2025-05-14 20:04:18 -0500
commit23bab6644402a3bb91a008cc3da5c79e4806ad3a (patch)
treee78f9fdd33cbe1bec49d8384dbf77d33a33bc598 /main.c
parent589e6f67eca81c727873656a19508675810e8f08 (diff)
fix doubled-up text error
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5fc6bd0..5aa7a9e 100644
--- a/main.c
+++ b/main.c
@@ -363,7 +363,6 @@ void markup_inline(InlineState *ms, Str *out, Str src, Arena *scratch, Arena *pe
 				i += 2;
 			} else {
 				text_inline(ms, c, out, perm);
-				str_catc_html(out, src.s[i], perm);
 			}
 		}
 	}