Skip to content

Commit

Permalink
feat: support PlantUML #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed Nov 15, 2021
1 parent c5e2595 commit 022f672
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ restful:
use_tag_slug: false # Use slug for filename of tag data
post: true
pages: false

markdown:
plugins:
- markdown-it-plantuml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"hexo-renderer-markdown-it": "^5.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-theme-icarus": "^4.4.0",
"hexo-theme-minidyne": "^3.2.7"
"hexo-theme-minidyne": "^3.2.7",
"markdown-it-plantuml": "^1.4.1"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,11 @@ markdown-it-mark@^3.0.0:
resolved "https://registry.yarnpkg.com/markdown-it-mark/-/markdown-it-mark-3.0.1.tgz#51257db58787d78aaf46dc13418d99a9f3f0ebd3"
integrity sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==

markdown-it-plantuml@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/markdown-it-plantuml/-/markdown-it-plantuml-1.4.1.tgz#3bd5e7d92eaa5c6c68eb29802f7b46a8e05ca998"
integrity sha512-13KgnZaGYTHBp4iUmGofzZSBz+Zj6cyqfR0SXUIc9wgWTto5Xhn7NjaXYxY0z7uBeTUMlc9LMQq5uP4OM5xCHg==

markdown-it-sub@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/markdown-it-sub/-/markdown-it-sub-1.0.0.tgz#375fd6026eae7ddcb012497f6411195ea1e3afe8"
Expand Down

0 comments on commit 022f672

Please sign in to comment.