Skip to content

Commit

Permalink
update linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed May 21, 2024
1 parent 6c9403a commit f4a46bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion calendar.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ data <- read.csv("assets/calendars/bm954_calendar.csv")
data %>% kable(data="html", escape=F, align="cllc") %>%
row_spec(row = 0, color = "white", background = "darkolivegreen") %>%
column_spec(1, bold=TRUE) %>%
column_spec(4, bold=TRUE)
column_spec(4, bold=TRUE) %>%
kable_styling()
```

0 comments on commit f4a46bc

Please sign in to comment.