From df7f87d6bf656a2edee83535461f49fd14500586 Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Sat, 16 Mar 2024 16:46:26 +0800 Subject: [PATCH] fix: svg math symbols are not inlined --- src/components/Markdown.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Markdown.css b/src/components/Markdown.css index a5f0d40..24deeb6 100644 --- a/src/components/Markdown.css +++ b/src/components/Markdown.css @@ -1,3 +1,7 @@ .react-markdown { padding: 16px; + + svg { + display: inline; + } }