I’m using a text area within a repeater and the formatting is not changing according to the new line setting. Right now, it’s putting br no matter what setting I put.
This is what is producing it:
<?php echo ( get_sub_field('bio_text') );?>
The surrounding code is pretty standard.