|
I'm trying to include the copyright symbol © in my .qmd source file. When I insert the symbol in my text editor (VS Code), it does not get rendered at all. I can work around by writing On a related note, what if I wanted to use emojis? Those don't work either in the rendered output. I'm using |
Answered by
mcanouil
May 19, 2022
Replies: 2 comments 15 replies
|
It is likely related to encoding issue, e.g., something that is not UTF-8. |
13 replies
Answer selected by
cbrnr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


It is likely related to encoding issue, e.g., something that is not UTF-8.
Consider checking file encoding (status bar) and/or the global encoding setting in VSCode.