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

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -