# R-293 Backticks in code chunk metadata breaks parsing

```{r graphics, message=FALSE, fig.cap='A scatterplot of `cars`', fig.width=11, fig.height=5}
library(ggplot2)
qplot(speed, dist, data = cars) + geom_smooth()
```
