Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion of a list from a docx to html #287

Closed
ebranlard opened this issue Sep 2, 2015 · 2 comments
Closed

Conversion of a list from a docx to html #287

ebranlard opened this issue Sep 2, 2015 · 2 comments

Comments

@ebranlard
Copy link

Hi
I'm using unoconv 0.6. I'm wondering if lists are properly converted when going from a docx to html.
I'm using a simple test case with a docx file containing a single list item. It's then converted as:

<ul>
    <li/><pre class="western">List item</pre>
</ul>

Shouldn't the list item be surrounded by an opening an closing "li" tag instead?

I ran into this problem when trying to apply pandoc to a html document generated by unoconv. Pandoc will not detect the list as it is currently returned by unoconv.

Thank you for your help!

@pquentin
Copy link
Contributor

pquentin commented Sep 4, 2015

@elmanuelito Thank you for your report!

Do you have the same issue when converting manually from LibreOffice? I think so. If this is the case, it's a LibreOffice bug, not a unoconv one.

@ebranlard
Copy link
Author

You are right, I'll try to report it to them. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants