The code is embed but it adds tags
-
Hi,
I decided to install this plugin because the defaul code block from the WordPress editor execute the html code.
Now, the code is shown inside a box on the article, but it adds at the begining:<pre class="wp-block-syntaxhighlighter-code">
And
</pre>
at the end.My code is very simple…
How can I solve it?
The code that I see on the frontend:
<pre class="wp-block-syntaxhighlighter-code"><ul> <li> <a href="{{store url=''}}/news.html">News</a> </li> <li><a href="{{store url=''}}sales.html">Sales</a> </li> </ul></pre>
And it should be:
<li> <a href="{{store url=''}}/news.html">News</a> </li> <li><a href="{{store url=''}}sales.html">Sales</a> </li> </ul>
Thanks!!!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘The code is embed but it adds tags’ is closed to new replies.