-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
Problems with numeric lists in word document #406
Comments
I believe this is a duplicate of #394? |
It seems to me that no, because there it would be possible to go through the entire document and correct it, but in my case I have text between the numbered lists and then other numbered lists. By the way, I still don’t understand what is meant by this, how can I use it in options?
|
In that case, I think this is a duplicate of #121. |
The issue is that the indented paragraphs are not themselves part of the bullet so far as the original Word document is concerned. As described in #121, you could try one of:
|
I'm just getting acquainted with the library, and I have the problem, the essence of which is that in addition to this list, I have others, but the library perceives them incorrectly and makes their order different from what it is in the document itself. What are you suggesting maybe some part of the options TransformDocument or something else? If so, then it will not work with the entire document in my case, perhaps for the reason that I have several lists in the document, and I want to see them in the which they are in word
I have approximately the following code where parse is from 'html-react-parser' and does not affect this
in my case without using options:
although it's all one big list in word.
screenshot:
example:
Microsoft Word (2).docx
The text was updated successfully, but these errors were encountered: