mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
fix: no inlineCode format
This commit is contained in:
@@ -11,7 +11,9 @@ module.exports = {
|
||||
handler: async (doc) => {
|
||||
let result = await remark()
|
||||
.use(frontmatter)
|
||||
.use(pangu)
|
||||
.use(pangu, {
|
||||
inlineCode: false,
|
||||
})
|
||||
.use(prettier)
|
||||
.use({
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user