-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Labels
bugSomething isn't workingSomething isn't workingtablesIssues with Tables including the gt integrationIssues with Tables including the gt integration
Milestone
Description
I have:
- searched the issue tracker for similar issues
- installed the latest version of Quarto CLI
- formatted my issue following the Bug Reports guide
Bug description
(EDIT: @cscheid edited this to reduce confusion)
The minimal repro is here:
---
format: html
title: Hello
---
+---------------+------------+
| Col1 | Col2 |
+===============+============+
| **Span rows** | Row1 |
| +------------+
| | Row2 |
+---------------+------------+
+---------------+----------------------+
| Col1 | Col2 |
+===============+======================+
| **Span rows** | <http://example.com> |
| +----------------------+
| | Row2 |
+---------------+----------------------+
The happens without list-table processing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtablesIssues with Tables including the gt integrationIssues with Tables including the gt integration