fix(format) format correction

pull/5161/head
chencu 3 weeks ago committed by GitHub
parent 907fab900c
commit bbdcb913e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,13 +15,7 @@ export const containerPlugin = (
.use(...createContainer('danger', options?.dangerLabel || 'DANGER', md))
.use(...createContainer('details', options?.detailsLabel || 'Details', md))
.use(...createContainer('note', options?.noteLabel || 'NOTE', md))
.use(
...createContainer(
'important',
options?.importantLabel || 'IMPORTANT',
md
)
)
.use(...createContainer('important', options?.importantLabel || 'IMPORTANT', md))
.use(...createContainer('caution', options?.cautionLabel || 'CAUTION', md))
// explicitly escape Vue syntax
.use(container, 'v-pre', {

Loading…
Cancel
Save