We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28f21b commit 55bf7ecCopy full SHA for 55bf7ec
plugins/filter-highlight-all/index.html
@@ -116,7 +116,7 @@ <h1>Examples</h1>
116
<p>Prism will ignore these blocks, so you can even define your own static highlighting which Prism would normally remove.</p>
117
118
<pre class="language-css"><code class="language-css">a.link::before {
119
- cont<span class="token selector">ent: 'I just do my o</span>wn highlighted';
+ cont<span class="token selector">ent: 'I just do my o</span>wn highlighting';
120
color: <span class="token constant">#F00</span>;
121
}</code></pre>
122
0 commit comments