Skip to content

Commit

Permalink
Switch reveal.js to fork with a fix for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Feb 9, 2023
1 parent 4c0317f commit 8e24d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .contrib/reveal.js
Submodule reveal.js updated 48 files
+4 −1 .github/workflows/js.yml
+1 −1 LICENSE
+1 −1 README.md
+27 −39 css/print/paper.scss
+37 −0 css/reveal.scss
+1 −1 css/theme/source/black.scss
+132 −0 css/theme/source/dracula.scss
+2 −2 demo.html
+2 −2 dist/reveal.css
+2 −2 dist/reveal.esm.js
+1 −1 dist/reveal.esm.js.map
+2 −2 dist/reveal.js
+1 −1 dist/reveal.js.map
+1 −1 dist/theme/black.css
+414 −0 dist/theme/dracula.css
+5 −5 gulpfile.js
+2 −10 index.html
+3 −0 js/config.js
+6 −6 js/controllers/autoanimate.js
+170 −0 js/controllers/jumptoslide.js
+7 −0 js/controllers/keyboard.js
+3 −3 js/controllers/location.js
+2 −2 js/controllers/plugins.js
+23 −2 js/reveal.js
+1,102 −776 package-lock.json
+7 −3 package.json
+2 −2 plugin/highlight/highlight.esm.js
+2 −2 plugin/highlight/highlight.js
+2 −2 plugin/markdown/markdown.esm.js
+2 −2 plugin/markdown/markdown.js
+2 −2 plugin/markdown/plugin.js
+1 −1 plugin/notes/notes.esm.js
+1 −1 plugin/notes/notes.js
+1 −1 plugin/search/search.esm.js
+1 −1 plugin/search/search.js
+1 −0 test/test-auto-animate.html
+1 −0 test/test-dependencies-async.html
+5 −1 test/test-dependencies.html
+5 −1 test/test-grid-navigation.html
+2 −0 test/test-iframe-backgrounds.html
+2 −0 test/test-iframes.html
+2 −0 test/test-markdown.html
+1 −0 test/test-multiple-instances-es5.html
+1 −0 test/test-multiple-instances.html
+5 −0 test/test-pdf.html
+1 −0 test/test-plugins.html
+65 −67 test/test-state.html
+2 −0 test/test.html
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule ".contrib/reveal.js"]
path = .contrib/reveal.js
url = https:/hakimel/reveal.js.git
url = https:/azat-archive/reveal.js.git

0 comments on commit 8e24d5f

Please sign in to comment.