You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.
I tried adding PrisimJS (syntax code highlighting) to the Uno theme, however, Prism was not able to parse the suggested way of making a code block, eg.
```language-javascript line-numbers
var syntax = new AwesomeFeature();
```
Instead, I had to explicitly add the pre and code blocks, eg.
<pre class="line-numbers"><code class="language-javascript">
var syntax = new AwesomeFeature();</code></pre>
I am submitting this here to see if someone has found a cleaner approach to using PrismJS with Uno?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried adding PrisimJS (syntax code highlighting) to the Uno theme, however, Prism was not able to parse the suggested way of making a code block, eg.
Instead, I had to explicitly add the pre and code blocks, eg.
I am submitting this here to see if someone has found a cleaner approach to using PrismJS with Uno?
The text was updated successfully, but these errors were encountered: