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

1.3 xml fix #8392

Open
wants to merge 2 commits into
base: v1.3
Choose a base branch
from
Open

1.3 xml fix #8392

wants to merge 2 commits into from

Commits on Jan 22, 2024

  1. docx: fix XML validation errors

    I used docx-validator and OOXMLValidatorCLI:
    * tags need to be in the order defined in wml.xsd
    * some tags were missing (e.g. tblGrid is required)
    * OOXMLValidatorCLI complained about using start/end in a Transitional
      (as opposed to strict) schema. Pandoc only supports transitional
      schema.
    
    Signed-off-by: Edwin Török <edwin@etorok.net>
    edwintorok committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    309a7e3 View commit details
    Browse the repository at this point in the history
  2. docx: fix nested tables

    Apparently an empty paragraph is needed.
    
    Fixes quarto-dev#6357
    
    Signed-off-by: Edwin Török <edwin@etorok.net>
    edwintorok committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7fac370 View commit details
    Browse the repository at this point in the history