mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
refactor: Swap out remarkable for habitica flavored markdown-it
This commit is contained in:
@@ -4,8 +4,7 @@ var router = express.Router();
|
||||
var _ = require('lodash');
|
||||
var locals = require('../middlewares/locals');
|
||||
var i18n = require('../libs/i18n');
|
||||
var Remarkable = require('remarkable');
|
||||
var md = new Remarkable({
|
||||
var md = require('markdown-it')({
|
||||
html: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user