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 Jan 5, 2019. It is now read-only.
I have created a new theme so far and wanted to integrate prettify for the codepreview.
In order to do that every <pre><code> needs to be changed to <pre class="prettyprint linenums"><code>.
So i would suggest an option for the theme to do a str_replace or something similar to the parsed content.
This could be done directly in the view but i think that shoul belong somewhere else.
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 have created a new theme so far and wanted to integrate prettify for the codepreview.
In order to do that every
<pre><code>
needs to be changed to<pre class="prettyprint linenums"><code>
.So i would suggest an option for the theme to do a str_replace or something similar to the parsed content.
This could be done directly in the view but i think that shoul belong somewhere else.
The text was updated successfully, but these errors were encountered: