-
Hello, Is it possible to show and evaluate a markdown text in Quarto / Rmarkdown? I need to show both the raw markdown script and its compiled (evaluated) form, one after another. In Quarto, I can use the following code to show/format a markdown code, but this does not provide evaluated results (i.e. the link).
Please note that I also asked this question on StackOverflow, without a solution yet. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Markdown is not a valid language for code chunk, so you'all have to use regular markdown syntax as in Stack Overflow, GitHub and actually any places using markdown, i.e., "The following code |
Beta Was this translation helpful? Give feedback.
-
Actually, I was able to find a direct solution to my question. I received a comment from Albert Krewinkel (@tarleb) on my question on StackOverflow. I copy below his comment:
|
Beta Was this translation helpful? Give feedback.
Actually, I was able to find a direct solution to my question. I received a comment from Albert Krewinkel (@tarleb) on my question on StackOverflow. I copy below his comment: