We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff93ae commit 124489aCopy full SHA for 124489a
_plugins/glossary.rb
@@ -73,7 +73,7 @@ def self.replace_glossary_terms(content, file_name)
73
match
74
end
75
76
- node.replace(Nokogiri::HTML.fragment(new_content))
+ node.replace(Nokogiri::HTML5.fragment(new_content))
77
78
79
0 commit comments