Skip to contents

Helper function to create readable multi-line markdown text content for pages. Automatically handles line breaks and formatting for better readability.

Usage

md_text(..., sep = "\n")

Arguments

...

Text content as separate arguments or character vectors

sep

Separator to use when joining text (default: "\n" for newlines). Use "" for no separator.

Value

Single character string with proper line breaks

Single character string with proper line breaks

Examples