mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
feat: 支持以代碼塊形式書寫 mermaid closed #1479
This commit is contained in:
10
_config.yml
10
_config.yml
@@ -811,11 +811,13 @@ abcjs:
|
||||
enable: false
|
||||
per_page: true
|
||||
|
||||
# mermaid
|
||||
# see https://github.com/mermaid-js/mermaid
|
||||
# Mermaid
|
||||
# See https://github.com/mermaid-js/mermaid
|
||||
mermaid:
|
||||
enable: false
|
||||
# built-in themes: default/forest/dark/neutral
|
||||
enable: true
|
||||
# Write Mermaid diagrams using code blocks (以代碼塊形式書寫 Mermaid)
|
||||
code_write: false
|
||||
# Built-in themes: default/forest/dark/neutral
|
||||
theme:
|
||||
light: default
|
||||
dark: dark
|
||||
|
||||
Reference in New Issue
Block a user