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:
11
README.md
11
README.md
@@ -103,7 +103,7 @@ minify:
|
||||
- '**/*.min.js'
|
||||
```
|
||||
|
||||
change the default setting for code highlight
|
||||
disable the highlight of site `_config.yml`
|
||||
|
||||
```
|
||||
# Writing
|
||||
@@ -129,7 +129,6 @@ highlight:
|
||||
- [markdown-it-container](https://www.npmjs.com/package/markdown-it-container)
|
||||
- [markdown-it-multimd-table](https://www.npmjs.com/package/markdown-it-multimd-table)
|
||||
- [markdown-it-collapsible](https://www.npmjs.com/package/markdown-it-collapsible)
|
||||
- [markdown-it-charts](https://www.npmjs.com/package/markdown-it-charts)
|
||||
- [markdown-it-katex](https://www.npmjs.com/package/@neilsustc/markdown-it-katex)
|
||||
|
||||
If you want to use katex, you must add this css style to your website:
|
||||
@@ -156,9 +155,15 @@ highlight:
|
||||
You should add [css style](https://github.com/mermaid-js/mermaid/tree/develop/src/themes) for mermaid.
|
||||
|
||||
- markdown-it-graphviz
|
||||
|
||||
Based on [Graphviz](http://www.graphviz.org/)
|
||||
|
||||
- markdown-it-chart
|
||||
|
||||
Based on [Frappe Charts](https://frappe.io/charts)
|
||||
|
||||
- markdown-it-furigana
|
||||
|
||||
Modified from [furigana-markdown-it](https://www.npmjs.com/package/furigana-markdown-it) and [markdown-it-ruby](https://www.npmjs.com/package/markdown-it-ruby)
|
||||
|
||||
eg. `{可愛い犬|か+わい・い・いぬ}`
|
||||
eg. `{可愛い犬|か+わい・い・いぬ}`
|
||||
@@ -1,10 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/frappe-charts@1.5.0/dist/frappe-charts.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="container"></div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/frappe-charts@1.5.0/dist/frappe-charts.min.iife.min.js" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user