discourse/app/assets/javascripts/admin/templates/components/highlighted-code.hbs
David Taylor 7d300006a1
Revert "PERF: Move highlightjs to a background worker, and add result cache (#10191)"
This caused a CORS error when used with S3 asset storage

This reverts commit d09f283e91.
2020-07-15 13:52:35 +01:00

2 lines
48 B
Handlebars

<pre><code class={{lang}}>{{code}}</code></pre>