corona-textrender
corona-textrender copied to clipboard
Text lines without paragraph markers overdrawn.
Text without paragraph markers around it will render, but if a paragraph follows, that paragraph will draw over the previous text line. I think that a paragraph open should jump to the next line. Right now, a paragraph opening tag will not jump to the next line.
This demonstrations the problem:
This line is normal
<p>This is a paragraph of text.</p>