Skip to content

Malformed table #957

@reakaleek

Description

@reakaleek

Describe the bug

In https://staging-website.elastic.co/docs/reference/aggregations/search-aggregations-bucket-adjacency-matrix-aggregation the table header is shifted to the left by one column.

the markdown has an empty cell, but it's not displayed correctly.

Image
|  | A | B | C |
| --- | --- | --- | --- |
| A | A | A&B | A&C |
| B |  | B | B&C |
| C |  |  | C |

source: https://github.com/elastic/elasticsearch/edit/9.0/docs/reference/aggregations/search-aggregations-bucket-adjacency-matrix-aggregation.md

Expected behavior

The html output should respect the empty cell and also show it

Steps to reproduce

No response

Tooling

  • docs-builder
  • migration tooling
  • I'm not sure

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions