Skip to content

Table margin bottom too small in RNotebook #590

Closed
@MokeEire

Description

@MokeEire

The bottom margin between a gt() table in an RNotebook chunk (with no specified chunk options) and markdown text which follows it is too small.

mtcars %>% 
  rownames_to_column() %>% 
  mutate(hp_per_us_ton = hp/(2*wt)) %>% 
  arrange(-hp_per_us_ton) %>% 
  select(rowname, mpg, hp, wt, hp_per_us_ton) %>% 
  head(10) %>% 
  gt()

Looks like this:

rmarkdown issue

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions