Update markdownToHtml.js

This commit is contained in:
uğur erdal 2019-04-06 13:41:30 +03:00 committed by GitHub
parent 7dd8e0470e
commit c45a8357f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
/* eslint-disable */
import Remarkable from 'remarkable';
// TODO: Refactoring need!
const md = new Remarkable({ html: true, breaks: true, linkify: true });