How to make custom fields respect paragraph breaks

this obviously depends on the content of your ‘info’ custom field;
generally, you could try:

echo apply_filters('the_content', get_post_meta($postid, 'info', true));

tech