feat: add markdown-it library
This commit is contained in:
parent
c008d223f6
commit
29872edc10
4 changed files with 49 additions and 2 deletions
8
config/plugins/markdown.js
Normal file
8
config/plugins/markdown.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const markdownIt = require("markdown-it");
|
||||
|
||||
module.exports = markdownIt({
|
||||
html: true,
|
||||
breaks: true,
|
||||
linkify: true,
|
||||
typographer: true,
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue