From c9ffbc7b2b54f434f36297aa66e0b5ec97bc6744 Mon Sep 17 00:00:00 2001 From: Jeff Starr Date: Mon, 24 Oct 2016 18:23:05 +0000 Subject: [PATCH] update git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1521311 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- readme.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/readme.txt b/readme.txt index e04b455..8a47774 100644 --- a/readme.txt +++ b/readme.txt @@ -138,19 +138,19 @@ With the proper markup in place, you can indicate a specific language by adding Likewise, to indicate HTML as the language for a multi-line code snippet (note: if you are reading this plugin's raw readme.txt file, [click here](https://wordpress.org/plugins/prismatic/installation/) to read the formatted text): -

-	
-		
-			
-			
-			
-		
-			
-			
-			
-		
-	
NameSideRole
DarthDarkSith
-
+

+		
+			
+				
+				
+				
+			
+				
+				
+				
+			
+		
NameSideRole
DarthDarkSith
+
So the prefix of the class names are the same for Prism.js and Highlight.js. The difference is the language identifier used to specify each language. Check out the following "About Prism.js" and "About Highlight.js" sections for more information.