From 8c2f0a7beee68adc923147cfbaaa61dcebefa52b Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 2 Jun 2026 19:54:01 -0400 Subject: [PATCH] fix: prettier format react-custom-html-parser.tsx Co-Authored-By: Claude Sonnet 4.6 --- src/app/plugins/react-custom-html-parser.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/plugins/react-custom-html-parser.tsx b/src/app/plugins/react-custom-html-parser.tsx index 31502a9bf..5f3a33531 100644 --- a/src/app/plugins/react-custom-html-parser.tsx +++ b/src/app/plugins/react-custom-html-parser.tsx @@ -70,7 +70,7 @@ function renderTokenizedCode(code: string, lang: string): React.ReactNode { if (!TDS_TOKENIZER_LANGS.has(normalised)) return code; const tokens = tokenize(code, normalised); - + return tokens.map((tok, idx) => ( {tok.text}