Skip to content

Instantly share code, notes, and snippets.

@caraya
Created June 1, 2017 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caraya/0b90183f2f7d4c77e3b5ac1ab74ab8ec to your computer and use it in GitHub Desktop.
Save caraya/0b90183f2f7d4c77e3b5ac1ab74ab8ec to your computer and use it in GitHub Desktop.
When I write the following fenced codeblock like this:
```jvascript
// code goes here
```
Jetpack produces the following HTML
<pre><code class="javascript">
// code goes here
</code></pre>
What I expect to see
<pre><code class="language-javascript">
// code goes here
</code></pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment