On Quarto v1.3.433, I tried rendering a .qmd
file with a cell block that outputs a DataFrames.DataFrame
object in Julia. When rendering an HTML or PDF file, the DataFrame
is rendered as a table, but when rendering to markdown, it is not rendered at all. There's a minimal repo demonstrating this here: https://github.com/sethaxen/quarto_dataframes_jl_demo