text_lines.Rd
Alternative helper for creating text content from existing character vectors.
text_lines(lines)
Character vector of text lines
Single character string with proper line breaks
if (FALSE) { # \dontrun{ lines <- c("# Title", "", "Content here") text_content <- text_lines(lines) add_page("Page", text = text_content) } # }