1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2026-01-07 23:47:00 +08:00

feat(markdown): update default option

This commit is contained in:
itsimddc 2025-09-14 00:33:48 +08:00
parent beb8f0bb67
commit d201243b5a

View File

@ -7,25 +7,31 @@ export default {
usageStatistics: false,
hideModeSwitch: false,
toolbarItems: [
'heading',
'bold',
'italic',
'strike',
'divider',
'hr',
'quote',
'divider',
'ul',
'ol',
'task',
'indent',
'outdent',
'divider',
'table',
'image',
'link',
'divider',
'code',
'codeblock'
[
'heading',
'bold',
'italic',
'strike'
],
[
'hr',
'quote'
],
[
'ul',
'ol',
'task',
'indent'
],
[
'outdent',
'table',
'image',
'link'
],
[
'code',
'codeblock'
]
]
}