Store post in raw markdown format, no html?

You can try remove_filter( 'the_content', 'wpautop' ); to remove the added HTML tags.

https://codex.wordpress.org/Function_Reference/wpautop

Leave a Comment