I don't actually understand how to initially render markdown text with markdown style, what do I suppose to add in `markdown-editor` template? ``` <markdown-editor toolbar="" v-model="content" ></markdown-editor> ```
I don't actually understand how to initially render markdown text with markdown style, what do I suppose to add in
markdown-editortemplate?