Fixed issue relating to showdownjs not escaping html tags by porting to

markdown-it, also introduced a new function: func.render_md
This commit is contained in:
2025-08-27 15:09:57 +01:00
parent 5f07db1e15
commit 9b5d3f3f73
8 changed files with 17 additions and 31 deletions

View File

@@ -3,6 +3,6 @@
"date-fns": "^4.1.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"showdown": "^2.1.0"
"markdown-it": "^14.1.0"
}
}