crayon-syntax-highlighter icon indicating copy to clipboard operation
crayon-syntax-highlighter copied to clipboard

swift syntax highlighting seems to hang

Open Tylerc230 opened this issue 7 years ago • 0 comments

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> 

Tylerc230 avatar May 30 '18 22:05 Tylerc230