Is it possible to use .md extensions for files rather than .qmd so that the files are compatible with other markdown platforms too? #10046
-
DescriptionIs it possible to use .md extensions for files rather than .qmd so that the files are compatible with other markdown platforms too? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Quarto can be used with Using a computation engine requires to use See also this also this related discussion on the reason .qmd is used when intermediary output of computation are expected
What Markdown platform are you referring to ? What compatibility are you looking for or expecting ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Quarto can be used with
.md
files, but in this case no computation engine can be used.Using a computation engine requires to use
.qmd
as extension. A Quarto project can mix .md and .qmd file without problem.See also this also this related discussion on the reason .qmd is used when intermediary output of computation are expected
What Markdown platform are you referring to ? What compatibility are you looking for or expecting ?
Thanks !