WPautop Control
or
)
// Prevent wordpress to auto generate HTML Tags, when placing code in page/post editor. Place below hook in functions.php
remove_filter( 'the_content', 'wpautop' );
// Documentation
https://codex.wordpress.org/Function_Reference/wpautop