mirror of
				https://github.com/diocloid/LinkTitles.git
				synced 2025-10-22 05:42:32 +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
 | 
			
		||||
			'<pre>.*?<\/pre>|<html>.*?<\/html>|' .      // pre/html
 | 
			
		||||
			'<script>.*?<\/script>|' .                  // script
 | 
			
		||||
			'<syntaxhighlight>.*?<\/syntaxhighlight>|' .                  // syntaxhighlight
 | 
			
		||||
			'<syntaxhighlight.*?>.*?<\/syntaxhighlight>|' .                  // syntaxhighlight
 | 
			
		||||
			'<gallery>.*?<\/gallery>|' .                // gallery
 | 
			
		||||
			'<div.*?>|<\/div>|' .                       // attributes of div elements
 | 
			
		||||
			'<span.*?>|<\/span>|' .                     // attributes of span elements
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user