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>
spaceemotion
marked this post as
in next release
·
·
Reply
spaceemotion
marked this post as
in progress
Thanks for the report! will fix for the next release :)