crayon-syntax-highlighter
crayon-syntax-highlighter copied to clipboard
swift syntax highlighting seems to hang
When I add the following to my blog and hit 'preview' the browser just hangs while reloading.
<pre class="lang:swift decode:true " >let sum = addInts(3, 4)
XCTestAssertEqual(sum, 7)</pre>