• Resolved jeanwinters

    (@jeanwinters)


    I used to use html-tags with earlier plugin version 1.1.0 in html code editor mode.
    <pre class="line-numbers"><code class="language-csharp">
    Now thats doesn’t function. How to use the tags with new version of plugin?

Viewing 1 replies (of 1 total)
  • If you want to type in HTML mode, the markup would be:

    <!-- wp:code -->
    <pre class="wp-block-code"><code lang="csharp" class="language-csharp">
        // Your C# code here
    </code></pre>
    <!-- /wp:code -->
Viewing 1 replies (of 1 total)
  • The topic ‘How to use code highliting in html-mode?’ is closed to new replies.