mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-21 15:53:59 +00:00
change default renderer of index.md mermaid drawer
This commit is contained in:
parent
314bee2fe2
commit
ea750a2c06
@ -16,7 +16,8 @@ Hello :) It is my libraries docs place and I glad to welcome you here. I hope, t
|
||||
## Dependencies graph:
|
||||
|
||||
```mermaid
|
||||
flowchart BT
|
||||
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
|
||||
flowchart TB
|
||||
KSLog[<a href='https://github.com/InsanusMokrassar/kslog'>KSLog</a>]
|
||||
MicroUtils[<a href='https://github.com/InsanusMokrassar/MicroUtils'>MicroUtils</a>]
|
||||
TelegramBotAPI[<a href='https://github.com/InsanusMokrassar/ktgbotapi'>TelegramBotAPI</a>]
|
||||
|
@ -111,10 +111,10 @@ markdown_extensions:
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:mermaid2.fence_mermaid
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:mermaid2.fence_mermaid
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user