Converting epub to mobi removes value from li
The following is based on my understanding that the only way for a Kindle to display numbers for an ordered list <li> is to add value="" e.g. <li value="1">.
Therefore, I added value="" to my li tags in the xml of my epub. However, when I convert the epub using Kindle Previewer, the resulting .mobi file does not display any numbers for the list items.
How can I get Kindle Previewer to keep the numbering for li tags when converting epub to mobi?
Any help would be greatly appreciated.
|