Skip to content

Commit

Permalink
chore: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Dec 15, 2024
1 parent 4597a0b commit 048aae7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hexo server

The following features are pre-supported:

- support katex (@reimujs/hexo-renderer-markdown-it-plus)
- support LaTeX (@reimujs/hexo-renderer-markdown-it-plus)
- support mermaid (hexo-filter-mermaid-diagrams)
- support git (hexo-deployer-git)
- support rss (hexo-generator-feed)
Expand Down
12 changes: 11 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,14 @@ feed:
order_by: -date
icon: icon.png
autodiscovery: true
template:
template:

markdown_it_plus:
html: true
xhtmlOut: true
breaks: true
langPrefix:
linkify: true
typographer:
quotes: “”‘’
rawLaTeX: false # newly added
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": "7.3.0"
},
"dependencies": {
"@reimujs/hexo-renderer-markdown-it-plus": "^1.0.0",
"@reimujs/hexo-renderer-markdown-it-plus": "^1.1.0",
"hexo": "^7.3.0",
"hexo-deployer-git": "^4.0.0",
"hexo-filter-mermaid-diagrams": "^1.0.5",
Expand All @@ -25,6 +25,6 @@
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-tag-embed": "^1.0.0",
"hexo-theme-reimu": "^1.1.0"
"hexo-theme-reimu": "^1.1.1"
}
}

0 comments on commit 048aae7

Please sign in to comment.