Quote:
Originally Posted by The_book
I have an Epub with <ol> and <li>, so it has number. How to remain it when I convert it to txt? Because I find the txt do not have number.
|
When you convert to TXT you could try going to the 'TXT output' page in the calibre conversion options and in the 'Formatting' menu choose
markdown rather than
plain.
The output will still be a .txt file but more of your styling will be retained using Markdown's syntax which
you can read about here.