You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title="normal text **bold** normal text"
read_docx() %>%
body_add_normal(title) %>%
body_add_title(title, 1) %>%
body_add_title("****normal text **bold** normal text", 1) %>%
write_and_open()
Maybe if the style is bold, bold markdown should be ignored?
Or maybe if there is markdown the style formats should be ignored?
Adding **** at the beginning is a workaround for now (artificially adds a bold closing tag).
The text was updated successfully, but these errors were encountered:
Reprex:
Maybe if the style is bold, bold markdown should be ignored?
Or maybe if there is markdown the style formats should be ignored?
Adding
****
at the beginning is a workaround for now (artificially adds a bold closing tag).The text was updated successfully, but these errors were encountered: