Include attributes in <syntaxhighlight>

This commit is contained in:
Caleb Mingle
2018-06-02 20:39:57 -07:00
committed by Daniel Kraus
parent d80500176b
commit d9360be630

View File

@ -134,7 +134,7 @@ class Splitter {
'<nowiki>.*?<.nowiki>|<code>.*?<\/code>|' . // nowiki/code '<nowiki>.*?<.nowiki>|<code>.*?<\/code>|' . // nowiki/code
'<pre>.*?<\/pre>|<html>.*?<\/html>|' . // pre/html '<pre>.*?<\/pre>|<html>.*?<\/html>|' . // pre/html
'<script>.*?<\/script>|' . // script '<script>.*?<\/script>|' . // script
'<syntaxhighlight>.*?<\/syntaxhighlight>|' . // syntaxhighlight '<syntaxhighlight.*?>.*?<\/syntaxhighlight>|' . // syntaxhighlight
'<gallery>.*?<\/gallery>|' . // gallery '<gallery>.*?<\/gallery>|' . // gallery
'<div.*?>|<\/div>|' . // attributes of div elements '<div.*?>|<\/div>|' . // attributes of div elements
'<span.*?>|<\/span>|' . // attributes of span elements '<span.*?>|<\/span>|' . // attributes of span elements