Skip to content

wrap_table() removes gt::fmt_markdown() #402

@jack-davison

Description

@jack-davison

gt version 0.11.0

patchwork version 1.3.0


reprex:

gt <- data.frame(x = "ug m<sup>-3</sup>") |> gt::gt() |> gt::fmt_markdown()

gt

image

patchwork::wrap_table(gt)

image


I wasn't sure if a) this was a known issue and b) whether there's a workaround to get subscripts/superscripts/etc. in a "wrapped table" in a patchwork assembly?

Cheers!

(I don't know if I should cc @teunbrand as I know you worked on gt grob outputs!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions