The align plugin can be introduced to support setting the horizontal position of the content:
align
import VueMarkdownEditor from '@kangc/v-md-editor'; import createAlignPlugin from '@kangc/v-md-editor/lib/plugins/align'; VueMarkdownEditor.use(createAlignPlugin());
← Copy Code