1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

foot note

This commit is contained in:
Dick Choi
2016-07-26 01:44:26 +09:00
parent 65e1a39027
commit 80d16233e7
3 changed files with 27 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ md.use(math, {
}
})
md.use(require('markdown-it-checkbox'))
md.use(require('markdown-it-footnote'))
let originalRenderToken = md.renderer.renderToken
md.renderer.renderToken = function renderToken (tokens, idx, options) {