1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2026-01-09 00:28:27 +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, usageStatistics: false,
hideModeSwitch: false, hideModeSwitch: false,
toolbarItems: [ toolbarItems: [
[
'heading', 'heading',
'bold', 'bold',
'italic', 'italic',
'strike', 'strike'
'divider', ],
[
'hr', 'hr',
'quote', 'quote'
'divider', ],
[
'ul', 'ul',
'ol', 'ol',
'task', 'task',
'indent', 'indent'
],
[
'outdent', 'outdent',
'divider',
'table', 'table',
'image', 'image',
'link', 'link'
'divider', ],
[
'code', 'code',
'codeblock' 'codeblock'
] ]
]
} }