Skip to content

Commit c3aac5e

Browse files
committed
adjust script doxc -> md
add comment to explain the change
1 parent af796b6 commit c3aac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/R/habitatauteurs_from_docx.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for (hoofdstuk in c("zilt", "kustduin", "water", "heide", "gras", "veen",
6565
str_replace_all("\\\\", "\\") %>% #otherwise, double backslash is printed in the md file
6666
str_replace_all("\\[", "[") %>%
6767
str_replace_all("\\]", "]") %>%
68-
str_replace_all("\\{.mark\\}", "") %>%
68+
str_replace_all("\\{.mark\\}", "") %>%#this text appears when the text background is not white in the docx
6969
writeLines(useBytes = TRUE,
7070
con = find_root_file("source/bookdown/habitatauteurs_paragrafen",
7171
sprintf("%s_%s.md",hoofdstuk,x),

0 commit comments

Comments
 (0)