This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Prism implementation to include classes
In the old example, Prism will return the `<code></code>` blocks correctly, but it won't style the external `<pre></pre>` blocks, which is what defines the background of the code section. This update means Prism will now have the correct `<pre><code></code></pre>` setup with all the classes in place, so you get the background of your theme too.
- Loading branch information