add markdown support for text widgets

This commit is contained in:
2023-03-19 20:10:04 +01:00
parent c7af333052
commit bacd86d836
7 changed files with 1386 additions and 9 deletions

View File

@@ -33,7 +33,9 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [
"node_modules/marked/marked.min.js"
]
},
"configurations": {
"production": {