I am rendering an RMarkdown document to PDF. I would like to add about a space of padding at the top and bottom of each code chunk (essentially, extend the grey outline/fill a little above and below the text). How can I achieve this?
My current YAML:
output:
pdf_document:
latex_engine: xelatex
highlight: kate
mainfont: Times New Roman
header-includes: \usepackage{xcolor}