Skip to content

Commit

Permalink
Filter highlightAll: Fixed typo (PrismJS#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored and quentinvernot committed Sep 11, 2020
1 parent 521f81f commit 4da9e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter-highlight-all/index.html
Original file line number Diff line number Diff line change
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 4da9e89

Please sign in to comment.