Skip to content

Commit

Permalink
#1 trying to get mermaid to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Feb 4, 2022
1 parent 1a2d7a1 commit 6fe089b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
-
name: Install some tools
run: sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
run: sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev wheel
-
name: Install Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/concept/concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Most of these concepts and their terms will be pre-defined in all kinds of
vocabularies but for brand-new use cases in a new domain concepts and their
terms will have to be created.

```mermaid
``` mermaid
classDiagram
direction RL
class Concept {
Expand Down
1 change: 0 additions & 1 deletion mkdocs.outsiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extra_javascript:
- extra/refresh_on_toggle_dark_light.js
markdown_extensions:
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
Expand Down

0 comments on commit 6fe089b

Please sign in to comment.