fix: no inlineCode format

This commit is contained in:
NeverBehave
2020-05-04 04:27:42 -04:00
parent bbbd08b29a
commit fca18428a8
25 changed files with 108 additions and 130 deletions
+3 -1
View File
@@ -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: {