Skip to content

Non-simple tables with rowspans cannot contain links #13776

@cwickham

Description

@cwickham

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtablesIssues with Tables including the gt integration

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions