itpresidents / thesis-archive-2020

10 stars 1 forks source link

abstract section ignores line breaks and paragraphs #68

Closed noisyneuron closed 4 years ago

noisyneuron commented 4 years ago

paragraphs created through the rich text editor don't make it to the front end; html <br> tags render as normal text, so that doesn't work as a solution either

EonYang commented 4 years ago

Can you share a link in which I can repeat this problem? Thanks!

noisyneuron commented 4 years ago

Yep -- https://thesis-archive-2020.netlify.app/students/25 You'll see <br><br> in the text -- on the backend, there is a new paragraph starting there, but it doesn't render. And the HTML is escaped, so the <br> doesn't work either.

In the inspector, you can see where there should have been paragraphs -- Screen Shot 2020-04-30 at 3 24 23 PM

EonYang commented 4 years ago

Thank you so much! Fixed!