Skip to content

Commit

Permalink
Merge pull request #1302 from johnfactotum/fix-mathml-example
Browse files Browse the repository at this point in the history
Fix MathML example
  • Loading branch information
fchasen committed Nov 21, 2022
2 parents 0963efe + 5eaef9c commit 3565e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/mathml.html
Expand Up @@ -28,7 +28,8 @@
var rendition = book.renderTo("viewer", {
width: "100%",
height: 600,
spread: "always"
spread: "always",
allowScriptedContent: true
});

rendition.display(currentSectionIndex);
Expand Down

0 comments on commit 3565e47

Please sign in to comment.