I'm trying to use prism and I need the ability to pass a language param to the code
<div>
<h3>Example</h3>
<div class="example">
{{ markup.example | safe }}
</div>
<h1>{{ state.name }}</h1>
<pre><code class="language-{{ markup.lang }}">
{{ markup.escaped }}
</code></pre>
</div>
I figured it could work something like this to make it simple.