mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Add MediaWiki syntax
This commit is contained in:
		
							
								
								
									
										37
									
								
								tests/syntax-tests/highlighted/MediaWiki/test.mediawiki
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								tests/syntax-tests/highlighted/MediaWiki/test.mediawiki
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| [38;2;253;151;31m=[0m[38;2;253;151;31m Heading 1 [0m[38;2;253;151;31m=[0m | ||||
| [38;2;253;151;31m==[0m[38;2;253;151;31m Heading 2 [0m[38;2;253;151;31m==[0m | ||||
| [38;2;253;151;31m===[0m[38;2;253;151;31m Heading 3 [0m[38;2;253;151;31m===[0m | ||||
| [38;2;253;151;31m====[0m[38;2;253;151;31m Heading 4 [0m[38;2;253;151;31m====[0m | ||||
| [38;2;253;151;31m=====[0m[38;2;253;151;31m Heading 5 [0m[38;2;253;151;31m=====[0m | ||||
| [38;2;248;248;242m====== Heading 6 ======[0m | ||||
|  | ||||
| [38;2;253;151;31m==[0m[38;2;253;151;31m Lists [0m[38;2;253;151;31m==[0m | ||||
| [38;2;248;248;242m*[0m[38;2;248;248;242m Unordered[0m | ||||
| [38;2;248;248;242m*[0m[38;2;248;248;242m lists[0m | ||||
| [38;2;248;248;242m**[0m[38;2;248;248;242m with nested[0m | ||||
| [38;2;248;248;242m***[0m[38;2;248;248;242m elements[0m | ||||
|  | ||||
| [38;2;248;248;242m#[0m[38;2;248;248;242m Ordered[0m | ||||
| [38;2;248;248;242m#[0m[38;2;248;248;242m lists[0m | ||||
| [38;2;248;248;242m##[0m[38;2;248;248;242m with nested[0m | ||||
| [38;2;248;248;242m###[0m[38;2;248;248;242m elements[0m | ||||
|  | ||||
| [38;2;248;248;242m;[0m[38;2;248;248;242m Description [0m[38;2;248;248;242m:[0m[38;2;248;248;242m lists with single definition[0m | ||||
|  | ||||
| [38;2;248;248;242m;[0m[38;2;248;248;242m Description[0m | ||||
| [38;2;248;248;242m:[0m[38;2;248;248;242m lists[0m | ||||
| [38;2;248;248;242m:[0m[38;2;248;248;242m with more[0m | ||||
| [38;2;248;248;242m:[0m[38;2;248;248;242m definitions[0m | ||||
|  | ||||
| [38;2;253;151;31m==[0m[38;2;253;151;31m Text formatting [0m[38;2;253;151;31m==[0m | ||||
| [38;2;248;248;242m''[0m[3;38;2;228;46;112mitalic text[0m[38;2;248;248;242m''[0m | ||||
|  | ||||
| [38;2;248;248;242m'''[0m[1;38;2;249;38;114mbold text[0m[38;2;248;248;242m'''[0m | ||||
|  | ||||
| [38;2;248;248;242m'''[0m[1;38;2;249;38;114m''[0m[3;38;2;228;46;112mbold italic text[0m[1;38;2;249;38;114m''[0m[38;2;248;248;242m'''[0m | ||||
|  | ||||
| [38;2;253;151;31m==[0m[38;2;253;151;31m Links [0m[38;2;253;151;31m==[0m | ||||
| [38;2;248;248;242m[[0m[4;38;2;166;226;46mhttps://www.wikipedia.org/[0m[38;2;248;248;242m [0m[38;2;230;219;116mWikipedia[0m[38;2;248;248;242m][0m | ||||
|  | ||||
| [38;2;253;151;31m==[0m[38;2;253;151;31m Images [0m[38;2;253;151;31m==[0m | ||||
| [38;2;248;248;242m[[[0m[38;2;190;132;255mFile[0m[38;2;255;255;255m:[0m[38;2;190;132;255mMediaWiki-2020-logo.svg[0m[38;2;255;255;255m|[0m[38;2;249;38;114mthumb[0m[38;2;255;255;255m|[0m[38;2;230;219;116mMediaWiki logo[0m[38;2;248;248;242m]][0m | ||||
							
								
								
									
										37
									
								
								tests/syntax-tests/source/MediaWiki/test.mediawiki
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								tests/syntax-tests/source/MediaWiki/test.mediawiki
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| = Heading 1 = | ||||
| == Heading 2 == | ||||
| === Heading 3 === | ||||
| ==== Heading 4 ==== | ||||
| ===== Heading 5 ===== | ||||
| ====== Heading 6 ====== | ||||
|  | ||||
| == Lists == | ||||
| * Unordered | ||||
| * lists | ||||
| ** with nested | ||||
| *** elements | ||||
|  | ||||
| # Ordered | ||||
| # lists | ||||
| ## with nested | ||||
| ### elements | ||||
|  | ||||
| ; Description : lists with single definition | ||||
|  | ||||
| ; Description | ||||
| : lists | ||||
| : with more | ||||
| : definitions | ||||
|  | ||||
| == Text formatting == | ||||
| ''italic text'' | ||||
|  | ||||
| '''bold text''' | ||||
|  | ||||
| '''''bold italic text''''' | ||||
|  | ||||
| == Links == | ||||
| [https://www.wikipedia.org/ Wikipedia] | ||||
|  | ||||
| == Images == | ||||
| [[File:MediaWiki-2020-logo.svg|thumb|MediaWiki logo]] | ||||
		Reference in New Issue
	
	Block a user