This commit is contained in:
amehime
2020-08-13 21:31:26 +08:00
parent 5f6ff62d51
commit b82227304a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,13 @@
# hexo-renderer-multi-markdown-it
This renderer plugin uses [Markdown-it](https://github.com/markdown-it/markdown-it) as a render engine on [Hexo].
This renderer plugin is forked from [hexo-renderer-markdown-it](https://github.com/hexojs/hexo-renderer-markdown-it) and [hexo-renderer-markdown-it-plus](https://www.npmjs.com/package/hexo-renderer-markdown-it-plus).
And minify tool is forked from [hexo-neat](https://github.com/rozbo/hexo-neat).
[中文使用说明](https://shoka.lostyu.me/computer-science/note/theme-shoka-doc/)
## Installation
Warning: make sure you're inside the main hexo directory before starting this guide.

View File

@@ -1,6 +1,6 @@
{
"name": "hexo-renderer-multi-markdown-it",
"version": "0.0.5",
"version": "0.0.6",
"description": "A Markdown parser for Hexo and auto Minify HTML, CSS, JS.",
"main": "index.js",
"repository": "https://github.com/amehime/hexo-renderer-multi-markdown-it.git",
@@ -49,7 +49,7 @@
"markdown-it-toc-and-anchor": "^4.2.0",
"mermaid": "^8.5.0",
"minimatch": "^3.0.0",
"prismjs": "1.20.0",
"prismjs": "^1.21.0",
"puppeteer": "^3.0.1",
"uglify-js": "~2.6.2"
},