File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515 },
1616 "dependencies" : {
1717 "@types/reveal.js" : " ^4.4.8" ,
18- "reveal.js" : " ^5.1.0"
18+ "reveal.js" : " ^5.1.0" ,
19+ "revealjs-awesomd" : " github:opf/revealjs-awesoMD"
1920 },
2021 "devDependencies" : {
2122 "@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'
3636
3737import ' reveal.js/dist/reveal.css'
@@ -101,7 +101,7 @@ onMounted(async () => {
101101 })
102102
103103 reveal = new Reveal (unref (revealContainer ), {
104- plugins: [RevealMarkdown , RevealHighlight ]
104+ plugins: [RevealAwesoMD , RevealHighlight ]
105105 })
106106
107107 await reveal .initialize ({
Original file line number Diff line number Diff line change 1- /* color */
1+ @import '../../node_modules/revealjs-awesomd/dist/css/alerts.css' ; /* color */
22: root {
33 --code-color : # c1798b ;
44 --code-bg-color : # f9f2f4 ;
You can’t perform that action at this time.
0 commit comments