FWIW, Windows 11 Notepad now has a simple markdown subset built-in. Stores to an "md" suffix file but renaming that to a "txt" file shows that it is traditional markdown, which can be translated to simple HTML.  Maybe useful for people who don't know a lot of computerize, but want to do a simple book.


<h1>Book Title</h1> <h2>Chapter 1</h2> <h3>Chapter Heading</h3> <h4>Chapter Subheading</h4> <h5>Section</h5> <h6>Subsection</h6> <p>Body text -- The <strong>boy</strong> stood on the <em>burning</em> deck ...</p>