feat: rendering pipeline logic
This commit is contained in:
11
server/modules/rendering/markdown-abbr/renderer.js
Normal file
11
server/modules/rendering/markdown-abbr/renderer.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const mdAbbr = require('markdown-it-abbr')
|
||||
|
||||
// ------------------------------------
|
||||
// Markdown - Abbreviations
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
init (md, conf) {
|
||||
md.use(mdAbbr)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user