Skip to content

Commit 4ef7011

Browse files
debug
1 parent 1063d9b commit 4ef7011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/article/article.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ export async function toHTML(articles: Article[]) {
9696
.use(remarkGfm)
9797
.use(remarkRehype)
9898
.use(rehypePrettyCode, {
99+
defaultLang:"plaintext",
99100
theme: "github-dark-high-contrast",
100-
keepBackground: false,
101+
keepBackground: true,
101102
})
102103
.use(rehypeFormat)
103104
.use(rehypeStringify)

0 commit comments

Comments
 (0)