Skip to content

Commit

Permalink
Update module.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Jan 24, 2024
1 parent 5994152 commit e3d34fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ load:
- https://cdn.jsdelivr.net/npm/katex/dist/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/9.2.2/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/markdown-it/13.0.1/markdown-it.min.js
- https://edrys-org.github.io/edrys/module/vendor/alpine.min.js
- https://edrys-org.github.io/edrys/module/edrys.js
- https://cross-lab-project.github.io/edrys-Lite/module/vendor/alpine.min.js
- https://cross-lab-project.github.io/edrys-Lite/module/edrys.js

links:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css
- https://cdn.jsdelivr.net/npm/markdown-it-texmath/css/texmath.min.css
- https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css
- https://edrys-org.github.io/edrys/module/vendor/water.min.css
- https://edrys-org.github.io/edrys/module/vendor/open-iconic/css/open-iconic.min.css
- https://cross-lab-project.github.io/edrys-Lite/module/vendor/water.min.css
- https://cross-lab-project.github.io/edrys-Lite/module/vendor/open-iconic/css/open-iconic.min.css

body: ""

Expand Down Expand Up @@ -99,4 +99,4 @@ main: |-
content += "\n\n" + ( Edrys.module[Edrys.role.toLowerCase()+'Config'] || "" )
render(content)
});
});

0 comments on commit e3d34fb

Please sign in to comment.