Issue with br tags
-
Hello,
First off, thanks for your plugin. It’s quite useful and great. Secondly, I have an issue with <br> tags. When I insert something like this in my editor
<pre class="EnlighterJSRAW" data-enlighter-language="python">a = 20 print(a)</pr>
The automatically generated <br> tag is added to the frontend too, please see the following image:
It also happens when I actually use the <br> tag like this
<pre class="EnlighterJSRAW" data-enlighter-language="python">a = 20<br>print(a)</pr>
Not sure if I’m missing something. Would you please lend me a hand on this?
I would only like to keep the line break, but not the <br> actual tag.
Thanks a lot in advance!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Issue with br tags’ is closed to new replies.