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, usageStatistics: false,
hideModeSwitch: false, hideModeSwitch: false,
toolbarItems: [ toolbarItems: [
'heading', [
'bold', 'heading',
'italic', 'bold',
'strike', 'italic',
'divider', 'strike'
'hr', ],
'quote', [
'divider', 'hr',
'ul', 'quote'
'ol', ],
'task', [
'indent', 'ul',
'outdent', 'ol',
'divider', 'task',
'table', 'indent'
'image', ],
'link', [
'divider', 'outdent',
'code', 'table',
'codeblock' 'image',
'link'
],
[
'code',
'codeblock'
]
] ]
} }