Created
          June 1, 2017 20:49 
        
      - 
      
- 
        Save caraya/0b90183f2f7d4c77e3b5ac1ab74ab8ec to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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