重写旁路由为部署+使用教程,添加 Mermaid 流程图支持
This commit is contained in:
+5
-1
@@ -33,7 +33,11 @@ theme:
|
||||
markdown_extensions:
|
||||
- admonition # 提示框 !!! note
|
||||
- pymdownx.details # 可折叠块
|
||||
- pymdownx.superfences # 嵌套代码块
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- pymdownx.highlight # 代码高亮
|
||||
- pymdownx.inlinehilite # 行内高亮
|
||||
- pymdownx.tasklist: # 任务列表
|
||||
|
||||
Reference in New Issue
Block a user