Fix issue with HTML output when using the_content
The Pure Content Fix
Pure content will bypass the_content and use get_the_content, works better when using HTML, and fixes bootstrap style issues. Note: this will bypass filters that apply to the_content.
Before

How to fix:
Enable Pure Content

After
with Enable Pure Content turned on.

Fix issue with HTML output when using the_content
The Pure Content Fix
Pure content will bypass
the_contentand useget_the_content, works better when using HTML, and fixes bootstrap style issues. Note: this will bypass filters that apply to the_content.Before
How to fix:
Enable Pure Content

After
with Enable Pure Content turned on.
