• 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:

    https://jmp.sh/qLgSlbk

    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!

    The page I need help with: [log in to see the link]

  • The topic ‘Issue with tags’ is closed to new replies.