We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd16949 commit 9291a76Copy full SHA for 9291a76
public/js/reveal-markdown.js
@@ -103,7 +103,7 @@ import { md } from './extra'
103
104
// prevent script end tags in the content from interfering
105
// with parsing
106
- content = content.replace(/<\/script>/g, SCRIPT_END_PLACEHOLDER)
+ content = content.replace(/<\/script>/gi, SCRIPT_END_PLACEHOLDER)
107
108
return '<script type="text/template">' + content + '</script>'
109
}
0 commit comments