The post referenced has an ordered list in the content. The problem is no HTML shows up when the code below is used - this is in functions.php.
Is there a way to output the content with the HTML formatting?
$postContent = get_post($post_id) -> post_content;
print_r($postContent);