Closed
Description
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:
Metadata
Metadata
Assignees
Type
Projects
Status
Done