相关
API:
setTheme()
⚠️ 注意事项:编辑器主题为 dark 时,内容主题请不要设置为 light
编辑器主题
内容主题
代码块主题
new Vditor('vditor', {
height: 360,
cache: {
enable: false,
},
value: `# 演示 Go 代码高亮
\`\`\`go
package main
import "fmt"
func main() {
\tfmt.Println("Hello, 世界")
}
\`\`\``,
})
参与讨论