WooCommerce Description and Short Description tags removal

So, I realized I was using the actual object in the template to call the description $product-get_description(). If you’re experiencing this issue, then you can wrap this in a wpautop(), or you can do what WC actually does (not sure how I didn’t remember) and use the simple the_content() function to get the description. That will wrap any line breaks in your the editor with <p> tags if you want them.