Skip to content

Commit 6aad2c0

Browse files
committed
Mermaid extension support
1 parent 57164fd commit 6aad2c0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/build_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install MkDocs
3232
run: |
33-
pip install mkdocs-material
33+
pip install mkdocs-material pymdown-extensions
3434
3535
- name: Build site
3636
run: mkdocs build --clean

mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@ nav:
3636
- 5. Alfabetización en IA: unidad/5/readme.md
3737
- 6. Soluciones y trayectorias: unidad/6/readme.md
3838
- Acerca de: acerca_de.md
39+
40+
markdown_extensions:
41+
- pymdownx.superfences
42+
- pymdownx.details
43+
- pymdownx.tabbed
44+
45+
- pymdownx.superfences:
46+
custom_fences:
47+
- name: mermaid
48+
class: mermaid
49+
format: !!python/name:pymdownx.superfences.fence_code_format
50+
51+

0 commit comments

Comments
 (0)