When the book is saved to Markdown. The MD underlined text is converted using a <u> tag. But the closing tag is incorrect. It is another <u> tag and it should be </u>
This snippet show the error
<u>Alpha readers<u>
=> should be =>
<u>Alpha readers</u>