Enabled HTML embedding

This commit is contained in:
2022-01-06 11:31:11 +00:00
parent 7d40005e7d
commit 78cda0fe50
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const { Op } = require('sequelize');
const { articles, revisions } = require('../database/models');
const markdownIt = require('markdown-it')();
const markdownIt = require('markdown-it')({ html: true });
const route = async (req, res) => {
//get the existing record