How to add border to code blocks in generated beamer pdf from Markdown using Pandoc -
I have found out how to write a line number,
`` {.c.NumberLines} int x = 1; Int y = x; ``
But wonder how to add limits in code blocks.
The "easy" way to do this is to default.beamer
template Modify and pass the - listings
variable in pandoc during pdf creation. View information for frames in listing documents:
Comments
Post a Comment