Get custom taxonomy description with paragraph tags

Apply wpautop – it converts line breaks into <br /> and double breaks into paragraphs.

echo wpautop( wptexturize( get_yoast_term_description() ) );