Skip to content

Commit

Permalink
Fixed escaping of \empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Nov 23, 2018
1 parent 761cea8 commit 59cb593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/education.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ knit_print.vitae_education <- function(x, options){
x <- dplyr::mutate(x,
"items" := map_chr(items, ~ glue_collapse(
glue("\\item{<<.x>>}", .open = "<<", .close = ">>")
) %empty% "\empty")
) %empty% "\\empty")
)

x[is.na(x)] <- ""
Expand Down

0 comments on commit 59cb593

Please sign in to comment.