| hanging_indent | R Documentation |
Return markdown text with hanging indent
hanging_indent(
x,
indent = 4,
width = 30,
space = NULL,
newline = "\\\\\n",
whitespace_only = FALSE,
wrap_equal_width = FALSE
)
x |
text |
indent |
number of spaces to indent |
width |
number of characters to break lines |
space |
indenting space character (defaults to non-breaking space) |
newline |
text for creating new line |
whitespace_only |
wrapping spaces only |
wrap_equal_width |
Attempts to split lines to make them of approximately equal width |
character vector
hanging_indent("Hello Darkness, my old friend. I've come to talk with you again.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.