Commit 0c2fe405738619b81c46db6bdc3c6f39b6a9e5c2

Michael Schmidt 2020-01-06T14:38:47

Custom Class: Fixed examples (#2160) This adds a missing class to an example.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/plugins/custom-class/index.html b/plugins/custom-class/index.html
index ee9d8f6..1690b80 100644
--- a/plugins/custom-class/index.html
+++ b/plugins/custom-class/index.html
@@ -133,7 +133,7 @@ Prism.plugins.customClass.prefix('pr-');</code></pre>
 	&lt;span class=&quot;pr-token pr-special-keyword&quot;&gt;var&lt;/span&gt;
 	foo
 	&lt;span class=&quot;pr-token pr-operator&quot;&gt;=&lt;/span&gt;
-	&lt;span class=&quot;pr-my-string&quot;&gt;'bar'&lt;/span&gt;
+	&lt;span class=&quot;pr-token pr-my-string&quot;&gt;'bar'&lt;/span&gt;
 	&lt;span class=&quot;pr-token pr-punctuation&quot;&gt;;&lt;/span&gt;
 &lt;/code&gt;&lt;/pre&gt;</code></pre>