Skip to content

Commit

Permalink
Use Sphinx mermaid plugin quirky syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 21, 2024
1 parent 09f8ee9 commit 085ec8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions meta_package_manager/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ def managers_sankey() -> str:
output = dedent("""\
```mermaid
---
config:
sankey:
showValues: false
width: 800
height: 400
config: {"sankey": {"showValues": false, "width": 800, "height": 400}}
---
sankey-beta\n
""")
Expand Down
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ One CLI to rule them all:
<!-- managers-sankey-start -->
```mermaid
---
config:
sankey:
showValues: false
width: 800
height: 400
config: {"sankey": {"showValues": false, "width": 800, "height": 400}}
---
sankey-beta
Expand Down

0 comments on commit 085ec8e

Please sign in to comment.