I am using draft-convert to convert from/to HTML from draft-js. When we have empty lines, they are saved as empty paragraph tags(
) In HTML format. In many browsers(chrome for example), empty paragraph tags are not rendered on a new line. How do I get around this issue?
Question on SO: https://stackoverflow.com/questions/72556798/handle-empty-lines-in-draft-js-html-format