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

#595 - Resize an image with markdown

This commit is contained in:
Dang Van Thanh
2017-05-26 10:58:39 +07:00
parent 60a0293495
commit 824e288a80
3 changed files with 596 additions and 547 deletions

View File

@@ -57,6 +57,7 @@ md.use(math, {
return output
}
})
md.use(require('markdown-it-imsize'))
md.use(require('markdown-it-footnote'))
// Override task item
md.block.ruler.at('paragraph', function (state, startLine/*, endLine */) {