You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Broken out from #13
In order make it easier to incorporate of manual downstream edits of the output .docx into the upstream YAML, YAML authors want a report of conflicts between the existing .docx content and content renderable from YAML.
Acceptance Criteria
Given a .docx with content in fields that we would render to
AND the existing content conflicts with what we would render
WHEN we try to render with the --diff flag
THEN all the conflicts are reported
AND the target .docx is not modified
The text was updated successfully, but these errors were encountered:
A warning is shown when the the YAML contains a single narrative but the docx has multiple sections, or vice versa (i.e. there's a mismatch in the formats between the provided data and the template)
Broken out from #13
In order make it easier to incorporate of manual downstream edits of the output .docx into the upstream YAML, YAML authors want a report of conflicts between the existing .docx content and content renderable from YAML.
Acceptance Criteria
--diff
flagThe text was updated successfully, but these errors were encountered: