Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:hakimel/reveal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jul 9, 2021
2 parents ade2345 + 0dbe29b commit b18f12d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/highlight/highlight.esm.js

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

2 changes: 1 addition & 1 deletion plugin/highlight/highlight.js

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

2 changes: 1 addition & 1 deletion plugin/highlight/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Plugin = {

Array.from( reveal.getRevealElement().querySelectorAll( 'pre code' ) ).forEach( block => {

block.parentNode.className = 'code-wrapper';
block.parentNode.classList.add('code-wrapper');

// Code can optionally be wrapped in script template to avoid
// HTML being parsed by the browser (i.e. when you need to
Expand Down
Loading

1 comment on commit b18f12d

@Chinnnnnnnn
This comment was marked as off-topic.
Please sign in to comment.