I am copy-and-pasting the code, as pushing the reprex button in RStudio didn't work. (I'm sure there's a way around that, but it doesn't seem necessary here.)
The website is only allowing one picture to be pasted in, so I will paste in a picture of the beginning of the pdf.
Unfortunately, reproducing backticks doesn't work well here. There are some missing even though I have marked the paste as code. So I am also uploading a picture.
I can't upload .RMD or .pdf files, but I am happy to provide them if it would be helpful.

If it matters, I am running on Windows 10 with the most recent version of R and RStudio as well as all packages up-to-date as of yesterday.
---
title: "Untitled"
author: "Dick Startz"
date: "`r Sys.Date()`"
output: pdf_document
---
````
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r, eval=TRUE}`r ''`
1 + 1
```
````
```{r}
rmarkdown::pandoc_version()
rmarkdown::pdf_document()
```