I\'m hoping this is a question with a simple answer. I am using Rmarkdown/knitr to author a PDF document (in RStudio). Many LaTeX classes (like article) automatically indent
The default Pandoc template includes an indent argument. If set to true, paragraphs start with an indentation.
indent
true
---- title: "Title" author: "Me" output: pdf_document indent: true ----