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

Merge pull request #598 from dangvanthanh/master

#595 - Resize an image with markdown
This commit is contained in:
SuenagaRyota
2017-05-27 07:08:31 +09:00
committed by GitHub
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 */) {

View File

@@ -102,6 +102,7 @@
"grunt-electron-installer": "^1.2.0",
"history": "^1.17.0",
"jsdom": "^9.4.2",
"markdown-it-imsize": "^2.0.1",
"merge-stream": "^1.0.0",
"nib": "^1.1.0",
"react-color": "^2.2.2",

1141
yarn.lock

File diff suppressed because it is too large Load Diff