Skip to content

Commit af132dd

Browse files
Unescaped Markup: Removed markup requirement (#2444)
1 parent 8a72fa6 commit af132dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/unescaped-markup/prism-unescaped-markup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function () {
22

3-
if (typeof self === 'undefined' || !self.Prism || !self.document || !Prism.languages.markup) {
3+
if (typeof self === 'undefined' || !self.Prism || !self.document) {
44
return;
55
}
66

plugins/unescaped-markup/prism-unescaped-markup.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)