Render an array of tokens to HTML with hl-* class spans.
hl-*
This is a faithful port of Text_Highlighter's HTML renderer:
<span>
<div class="hl-main"><pre>...</pre></div>
Array of tokens produced by tokenize.
Complete HTML string for the highlighted code block.
Render an array of tokens to HTML with
hl-*class spans.This is a faithful port of Text_Highlighter's HTML renderer:
<span>.<div class="hl-main"><pre>...</pre></div>.