We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57164fd commit 6aad2c0Copy full SHA for 6aad2c0
.github/workflows/build_deploy.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install MkDocs
32
run: |
33
- pip install mkdocs-material
+ pip install mkdocs-material pymdown-extensions
34
35
- name: Build site
36
run: mkdocs build --clean
mkdocs.yml
@@ -36,3 +36,16 @@ nav:
- 5. Alfabetización en IA: unidad/5/readme.md
37
- 6. Soluciones y trayectorias: unidad/6/readme.md
38
- 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