v-md-editor is a markdown editor component developed based on Vue
The editing area on the left of the base editor is implemented using textarea.
Advantage:
- lightweight
Disadvantages:
- The editing experience is not good enough。
The editing area on the left of the base editor is implemented using CodeMirror.
Advantage:
- Good editing experience。
Disadvantages:
- Larger resources
If you only need to preview markdown, you can use this component.
If you only need to preview html, you can use this component.