mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
fix(highlight): allow pre fragments
This commit is contained in:
parent
1be851658f
commit
20d7c87a2f
2 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue