use marked instead of commonmark to convert MD to HTML, which supports e.g. tables, closes #2026

This commit is contained in:
zadam
2023-07-15 10:31:50 +02:00
parent 27e6fa9526
commit 64b86b2666
12 changed files with 91 additions and 110 deletions

View File

@@ -23,8 +23,6 @@ const CODE_MIRROR = {
const ESLINT = {js: ["libraries/eslint.js"]};
const COMMONMARK = {js: ["libraries/commonmark.min.js"]};
const RELATION_MAP = {
js: [
"libraries/jsplumb.js",
@@ -119,7 +117,6 @@ export default {
CKEDITOR,
CODE_MIRROR,
ESLINT,
COMMONMARK,
RELATION_MAP,
PRINT_THIS,
CALENDAR_WIDGET,