Heyy, I want to print out the "language name" of the code chunk but couldn't figure it out. I'm using these settings, pretty much default:
output:
html_document:
toc: true
number_sections: false
theme: simplex
highlight: tango
df_print: page
Can we indicate what language is the block, python or r, in the output document? Hopefully with a simple parameter that we can configure in front-matter.