presentations/highlight-js/test/fixtures/expect/customtabreplace.txt

4 lines
413 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
<span class="hljs-keyword">for</span> x <span class="hljs-keyword">in</span> [<span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">3</span>]:
<span style="background:yellow"> </span>count(x)
<span class="hljs-keyword">if</span> x == <span class="hljs-number">3</span>:
<span style="background:yellow"> </span>count(x + <span class="hljs-number">1</span>)