Hi!
I'm trying to visualize some quarto files, which are basically markdown with some R or python chunks to execute data analysis.
The problem is if I display the same text in a .md and a .qmd the results are entirely different.
.md

.qmd

Why is there a difference, and how can we fix it?
Thanks.