Skip to content

Commit

Permalink
Unescaped Markup: Removed markup requirement (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jun 29, 2020
1 parent 8a72fa6 commit af132dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/unescaped-markup/prism-unescaped-markup.js
@@ -1,6 +1,6 @@
(function () {

if (typeof self === 'undefined' || !self.Prism || !self.document || !Prism.languages.markup) {
if (typeof self === 'undefined' || !self.Prism || !self.document) {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/unescaped-markup/prism-unescaped-markup.min.js

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

0 comments on commit af132dd

Please sign in to comment.