Skip to content

Commit

Permalink
add support for markdown alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwolAmatya committed Jan 30, 2025
1 parent 6b413c3 commit aafe44f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 45 deletions.
1 change: 1 addition & 0 deletions css/vendor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
@import '../node_modules/reveal.js/dist/reveal.css';
@import '../node_modules/reveal.js/dist/theme/white.css';
@import '../node_modules/reveal.js/plugin/highlight/monokai.css';
@import '../node_modules/revealjs-awesomd/dist/css/alerts.css';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"export": "npm run export-pdf && npm run export-html"
},
"dependencies": {
"revealjs-awesomd": "github:opf/revealjs-awesomd"
"revealjs-awesomd": "github:opf/revealjs-awesomd#support-alerts"
},
"devDependencies": {
"browserify": "^17.0.0",
Expand Down
94 changes: 50 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aafe44f

Please sign in to comment.