# Align Plugin

The align plugin can be introduced to support setting the horizontal position of the content:

# Import:

import VueMarkdownEditor from '@kangc/v-md-editor';
import createAlignPlugin from '@kangc/v-md-editor/lib/plugins/align';

VueMarkdownEditor.use(createAlignPlugin());