Skip to content

Commit

Permalink
remove center_content tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jun 7, 2019
1 parent 759d429 commit bf62fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parse-slides.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sld_extract_key <- function(.file_path) {

sld_remove_extraneous_lines <- function(.lines) {
removed <- .lines %>%
str_remove("^(key|type|disable_transition):.*$") %>%
str_remove("^(key|type|disable_transition|center_content):.*$") %>%
str_remove("^`+yaml.*$") %>%
str_remove("^`\\@.*`.*$") %>%
str_remove("^name: .*$")
Expand Down

0 comments on commit bf62fcd

Please sign in to comment.