Example:
Lexer: PythonConsoleLexer (Python console session)
Input:
Traceback (most recent call last):
...
KeyboardInterrupt
Result:
<div class="demo-highlight"><pre><span></span><span class="nc">KeyboardInterrupt</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="w"> </span><span class="o">...</span>
</pre></div>

👆 Notice how the KeyboardInterrupt gets moved up above the Traceback line in the output
Versions