Your combination works. Others similars not… XD
I tested the plugin. Nothing change. In WP 5.4.1 either the plugin nor the code changes nothing.
Yes, it is that theme. I send the screenshot from your web contact form.
I dont know how to send it in the forum.
Theme: accelerate
In “the_content()” from a page
Using:
remove_filter( 'the_content', 'wpautop' );
add_filter( 'the_content', 'wpautop', 99 );
add_filter( 'the_content', 'shortcode_unautop', 100 );
For now my crap solution is using “add_filter( ‘do_shortcode_tag'” for remove line breaks