-
Notifications
You must be signed in to change notification settings - Fork 56
Documents with sdt tags break content ordering #27
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
Conversation
Depends on #25 |
Conflicts: pydocx/DocxParser.py
expected_output = ''' | ||
<html><body> | ||
<ol data-list-type="decimal"> | ||
<li>AAA<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I gather from this, it looks like this should be in-line and not have a <br />
separating the two parts. Do you have any example document to verify this with?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will also be handled in #30
Looks good. |
Documents with sdt tags break content ordering
Documents with sdt tags break content ordering
Documents with sdt tags break content ordering
sdt
(Inline-Level Structured Document) tags holdp
tags. If there are anysdt
tags, due to look ahead for tables and lists, the content will show up at the end of the document. This behaviour is not correct.