--- title: "Sales summary" output: html_document --- # Total The calculated total is `r sum(c(12, 14, 16))`.