Create Markdown representing a huxtable
print_md(ht, ...)
to_md(ht, header = TRUE, min_width = getOption("width")/4, max_width = 80, ...)to_md() returns a string. print_md() prints the string and returns
NULL.
Only align and caption properties are used. The markdown format is
multiline_tables, see the pandoc documentation.
Other printing functions:
print_html(),
print_latex(),
print_rtf(),
print_screen(),
print_typst()
print_md(jams)
#> -----------------------
#> Type Price
#> ----------- -----------
#> Strawberry 1.90
#>
#> Raspberry 2.10
#>
#> Plum 1.80
#> -----------------------
#>