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:
parent
beb8f0bb67
commit
d201243b5a
@ -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'
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user