fix: md-* content

This commit is contained in:
2026-02-26 09:47:21 +08:00
parent 76049f4ce9
commit a250762ebe
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export const Article: Component<ArticleProps> = (props) => {
});
return (
<article ref={articleRef} class="prose prose-lg" data-src={props.src}>
<article ref={articleRef} class="prose" data-src={props.src}>
<Show when={loading()}>
<div class="text-gray-500">...</div>
</Show>