vue-md2html

1.0.2 • Public • Published

vue-md2html

markdown to html,use vue to implement this function.

NPM

NPM

git demo

Use Setup

Install vue-md2html

npm install vue-md2html --save

Use in projects

page set

<div id="app-6">
    <textarea v-model="message" class="md" @input="splite"></textarea>
    <div v-model="html" class="html">{{arr}}</div>
    <div contenteditable="true" id="fk">{{ms}}</div>
</div>

use app.bundle.js

<script src="./dist/app.bundle.js"></script>

Readme

Keywords

Package Sidebar

Install

npm i vue-md2html

Weekly Downloads

0

Version

1.0.2

License

ISC

Last publish

Collaborators

  • hjdtl