0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/lib/mobiledoc/converters
Kevin Ansfield 47692b1081 🐛 Fixed last paragraph not rendering on front-end when it's styled
no issue
- the conditional for removal of trailing blank paragraphs was not sufficient to handle paragraphs where the first child element was not a text node such as when the content of the last paragraph is italic
- switched to a method that fully walks the DOM of the last paragraph node to extract its equivalent `.textContent` value for use in the "last para is blank?" check
2019-04-08 16:25:20 +01:00
..
index.js Added optional support for HTML source 2019-02-21 13:27:47 +07:00
markdown-converter.js
mobiledoc-converter.js 🐛 Fixed last paragraph not rendering on front-end when it's styled 2019-04-08 16:25:20 +01:00