-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
Using the default config will generate code block like this:
<figure class="highlight plain"><table><tbody>
<tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">@<span class="keyword">import</span> <span class="string">'mobi.css/src/mobi'</span>;</div></pre></td></tr>
</tbody></table></figure>Is there a way to generate code block like the official highlightjs's stlye?
<pre><code class="hljs scss">
@<span class="hljs-keyword">import</span> <span class="hljs-string">'mobi.css/src/mobi'</span>;
</code></pre>Reactions are currently unavailable