mirror of
https://github.com/amehime/hexo-renderer-multi-markdown-it.git
synced 2026-04-05 13:09:04 +08:00
update
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user