This is a simple markdown application that converts the, normal text to markdown text in Vue.js
- converting the text into markdown text from a
textareato an article
- Vue.js
- marked
$npm install markednpm install
npm run serve
npm run build
npm run lint
