I would not like to have blank space in my pdf output, that surely stands for no title method in R markdown while knitting pdf.
I would like not to have title and have text starting from the begging of the page. Can anyone can tell me how to do that?
My code, so far, looks like this:
---
output:
pdf_document:
highlight: pygments
toc: false
number_sections: true
---
text
Thanks for any advice !