As the title shows--I thought this should be simple but I just could not figure it out. I am using quarto but I guess it is a question about markdown files.
I want to write some notes for myself in the markdown file (in this case, .qmd
). But I do not want those notes to be included in the exported .pdf
file. This can be done in latex by adding "%" in front of some text. What should I do in the markdown file for this function?
Thank you.
I tried adding "%" like in a latex file but it does not work.