the_content() not displaying description correctly

echo wpautop(get_the_content());

This code fixed the problem! I found out the solution from here: Post content being duplicated by the_content(); by KreigD’s answer.