mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Include attributes in <syntaxhighlight>
This commit is contained in:
committed by
Daniel Kraus
parent
d80500176b
commit
d9360be630
@ -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
|
||||||
|
Reference in New Issue
Block a user