.knit_prepare: Prepare markdown content for table rendering
Description
Prepare markdown content for table rendering
Usage
.knit_prepare(x, wrap = FALSE)
Value
Markdown text with line breaks and escaped special characters.
Arguments
- x
Markdown text.
- wrap
Wrap text after the given number of characters.