File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717 "@types/reveal.js" : " ^4.4.8" ,
1818 "reveal.js" : " ^5.1.0" ,
1919 "reveal.js-mermaid-plugin" : " ^11.4.1"
20+ "revealjs-awesomd" : " github:opf/revealjs-awesoMD"
2021 },
2122 "devDependencies" : {
2223 "@babel/eslint-parser" : " ^7.24.5" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import {
3131} from ' @ownclouders/web-pkg'
3232import { Resource } from ' @ownclouders/web-client/src'
3333import Reveal from ' reveal.js'
34- import RevealMarkdown from ' reveal.js /plugin/markdown/markdown '
34+ import RevealAwesoMD from ' revealjs-awesomd /plugin/awesoMD/awesoMD '
3535import RevealHighlight from ' reveal.js/plugin/highlight/highlight'
3636import RevealMermaid from ' reveal.js-mermaid-plugin/plugin/mermaid/mermaid'
3737
@@ -102,7 +102,7 @@ onMounted(async () => {
102102 })
103103
104104 reveal = new Reveal (unref (revealContainer ), {
105- plugins: [RevealMarkdown , RevealHighlight , RevealMermaid ]
105+ plugins: [RevealAwesoMD , RevealHighlight , RevealMermaid ]
106106 })
107107
108108 await reveal .initialize ({
Original file line number Diff line number Diff line change 1+ @import '../../node_modules/revealjs-awesomd/dist/css/alerts.css' ;
12/* color */
23: root {
34 --code-color : # c1798b ;
You can’t perform that action at this time.
0 commit comments