Skip to content

Commit

Permalink
Filter highlightAll: Fixed typo (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 29, 2020
1 parent b28f21b commit 55bf7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter-highlight-all/index.html
Expand Up @@ -116,7 +116,7 @@ <h1>Examples</h1>
<p>Prism will ignore these blocks, so you can even define your own static highlighting which Prism would normally remove.</p>

<pre class="language-css"><code class="language-css">a.link::before {
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';
color: <span class="token constant">#F00</span>;
}</code></pre>

Expand Down

0 comments on commit 55bf7ec

Please sign in to comment.