WIP: markdown

This commit is contained in:
Marc Hartmayer 2020-06-06 11:26:06 +02:00
parent 232bc746f4
commit 1f85b25549
8 changed files with 46 additions and 33 deletions

View file

@ -0,0 +1,9 @@
import marked from '../marked/lib/marked.js';
marked.setOptions({
gfm: true,
tables: true,
breaks: true,
});
Markdown = marked;