Shortcode and html block result being wrap with p
-
I have add my shortcode support. For example: [error]text[/error]
The output will be…<div class="alert alert-error"> text </div>But it will be replaced with…
<div class="alert alert-error"> <p>text</p> </div>How to prevent this?
The topic ‘Shortcode and html block result being wrap with p’ is closed to new replies.