refactor: project cleanup + onboarding page
This commit is contained in:
15
server/modules/renderer/markdown/footnotes.js
Normal file
15
server/modules/renderer/markdown/footnotes.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const mdFootnote = require('markdown-it-footnote')
|
||||
|
||||
// ------------------------------------
|
||||
// Markdown - Footnotes
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
key: 'markdown/footnotes',
|
||||
title: 'Footnotes',
|
||||
dependsOn: [],
|
||||
props: [],
|
||||
init (md, conf) {
|
||||
md.use(mdFootnote)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user