-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
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.

| | A | B | C |
| --- | --- | --- | --- |
| A | A | A&B | A&C |
| B | | B | B&C |
| C | | | C |
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