feat(docs): update examples and enhance language support in configuration

This commit is contained in:
catlog22
2026-02-28 17:40:48 +08:00
parent 5e35da32e8
commit 39bbf960c2
2 changed files with 32 additions and 18 deletions

View File

@@ -254,14 +254,24 @@ export default defineConfig({
},
languages: [
'bash',
'shell',
'powershell',
'json',
'yaml',
'toml',
'javascript',
'typescript',
'jsx',
'tsx',
'vue',
'markdown'
'html',
'css',
'markdown',
'python',
'ruby',
'diff',
'xml',
'mermaid'
],
config: (md) => {
// Add markdown-it plugins if needed