How can I use display Markdown in a qmd file? #4521
Unanswered
sebastiansukstorf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to be mindful of the correct object you're calling the display(Markdown("""... content""")).format(Anzahl_Karten) but display(Markdown("""... content""".format(Anzahl_Karten))) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am aksing myself how I can use display Markdown in a qmd file corretly. I have this code:
I want to include the variable 'Anzhal_Karten' in the text. I understand that I need to use display, Markdown for this.
But I receive thids error:
And my output looks like this:
Thank you for any tips.
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions