Hi All,

source file:

List
====

* A
** A1
* B

script
a2x -k -f epub --icons --fop list.txt -v -D target

Now when you look at the generated file in target/list.epub.d/OEBPS/
index.html
you will see an additional <p simpara> which really shouldn't be
there:

<li class="listitem"><p class="simpara">
A
</p><div class="itemizedlist"><ul class="itemizedlist"><li
class="listitem">
A1
</li></ul></div></li><li class="listitem">
B
</li></ul>

I remember that I had to remove it manually before preparing Kindle
version (AFAIR I was generating mobi file with Calibre) because it
added an empty line which looked bad.

Could you please fix it?

--
Regards,
Tomek Kaczanowski

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to