Execute normal markdown codeblocks? #2935
Answered
by
cscheid
d-chambers
asked this question in
Q&A
-
Hi, Is there a way to tell quarto to execute normal md codeblocks?
Rather than having to surround the environment with curly brackets like this?
(I had to use the bottom backticks as quotation marks to render properly) I want to do this so that I can use a quarto file as a project readme and have github do the proper code formatting. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Oct 19, 2022
Replies: 1 comment 1 reply
-
You can use quarto to generate github markdown: test.qmd
will produce test.md:
which is what I think you're looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
d-chambers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use quarto to generate github markdown:
test.qmd
will produce test.md:
which is what I think you're looking for.