change default renderer of index.md mermaid drawer

This commit is contained in:
InsanusMokrassar 2023-07-27 14:04:34 +06:00
parent 314bee2fe2
commit ea750a2c06
2 changed files with 6 additions and 5 deletions

View File

@ -16,7 +16,8 @@ Hello :) It is my libraries docs place and I glad to welcome you here. I hope, t
## Dependencies graph: ## Dependencies graph:
```mermaid ```mermaid
flowchart BT %%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart TB
KSLog[<a href='https://github.com/InsanusMokrassar/kslog'>KSLog</a>] KSLog[<a href='https://github.com/InsanusMokrassar/kslog'>KSLog</a>]
MicroUtils[<a href='https://github.com/InsanusMokrassar/MicroUtils'>MicroUtils</a>] MicroUtils[<a href='https://github.com/InsanusMokrassar/MicroUtils'>MicroUtils</a>]
TelegramBotAPI[<a href='https://github.com/InsanusMokrassar/ktgbotapi'>TelegramBotAPI</a>] TelegramBotAPI[<a href='https://github.com/InsanusMokrassar/ktgbotapi'>TelegramBotAPI</a>]

View File

@ -111,10 +111,10 @@ markdown_extensions:
- pymdownx.inlinehilite - pymdownx.inlinehilite
- pymdownx.snippets - pymdownx.snippets
- pymdownx.superfences: - pymdownx.superfences:
custom_fences: custom_fences:
- name: mermaid - name: mermaid
class: mermaid class: mermaid
format: !!python/name:mermaid2.fence_mermaid format: !!python/name:mermaid2.fence_mermaid
- admonition - admonition
- pymdownx.details - pymdownx.details