My ACF WYSIWYG field is not displaying formatting on the front end once a post is published.
Screenshot of how it looks in wp admin:
But once this goes live it just goes into a mush of text without spacing. Strong tags seem to stay..
Using this to display the WYSIWYG acf field:
<?php (the_field('description')); ?>