How to add .qmd file to github issue? #2535
-
From the github issues: I got that the file type was not supported so I was curious how to include a .qmd file. Would it be though sharing the file though a link? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can either share a link or you can paste the entire contents of the file into the issue. To ensure that the contents are escaped correctly, all you have to do is use a larger number of backticks than what your document uses. If you only use three ticks in your document, then you can surround it by four ticks:
If you happen to use four ticks, then five ticks also work:
|
Beta Was this translation helpful? Give feedback.
You can either share a link or you can paste the entire contents of the file into the issue.
To ensure that the contents are escaped correctly, all you have to do is use a larger number of backticks than what your document uses. If you only use three ticks in your document, then you can surround it by four ticks:
If you happen to use four ticks, then five ticks also work: