Skip to content

Support additional Confluence table features #7

Description

@willkg

GFM tables currently render to plain Confluence storage tables. Confluence supports richer table features that markdown doesn't express natively:

  • table/page width (e.g. full-width vs. default)
  • cell/column alignment
  • cell background color
  • explicit column widths

Investigate how to author these in markdown (frontmatter, per-table directives, raw storage passthrough, or an attribute syntax) and how they map to the storage-format table markup (<table>, <colgroup>/<col>, data-highlight-colour, alignment classes, etc.). Deliverable: a design for the authoring surface, then implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions