Skip to content

[pandoc 3.2.1] Check for change on table as odd / even / header classes have been removed #10607

@cderv

Description

@cderv

Change happened at

It caused issues with R Markdown

It will be important to check this is not impact too much Quarto. We leverages the class in some places like

// add .table class to pandoc tables
const tableHeaders = doc.querySelectorAll("tbody > tr:first-child.odd");

CSS will need to be updated to

thead tr { /* targets previous header class */ }
tbody tr:nth-child(2n) { /* targets previous even class*/ }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthtmlIssues with HTML and related web technology (html/css/scss/js)tablesIssues with Tables including the gt integrationthemesRelated to HTML theming or any other style related issue (like highlight-style)

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions