0

In my notebook I have some R code like this taken from here:

#| echo: false

data.frame(Function = "`read_delim()`",
           Formula = "$\\leftarrow$",
           Break = "this continues on a<br>new line",
           Link = "[Google](www.google.com)") |>
  kbl(format = "markdown") 

This produces output as Markdown but it is also Markdown in the final word document I create like this:

quarto render SomeNB.ipynb --to docx --execute

How can I create a code generated table in this use case?

PS:

The current output in the word doc looks like this:

enter image description here

cs0815
  • 16,751
  • 45
  • 136
  • 299

0 Answers0