Nice, but how well does it deal with corner cases, e.g. listings that run over multiple pages, or lines that are too long?

It's all there, waiting at the tips of your fingers, just try it out?

Prediction: OP won't try it out because it's unlikely the template will solve his issues and playing around with new things is generally a waste of time. So if you (tlamponi) have some interest in promoting this template, then answering the question would be helpful! Everyone reading this submission is already aware that they could find things out by trying the template out, but it is not as easy and straight-forward as you make it out to be.

> OP won't try it out because it's unlikely the template will solve his issues

His general issues in life? maybe not. But honestly, that's a bit of a big thing to ask from a pandoc template. So OP asked for it, implying that he's interested in such things, but generally has issues with long lines in such templates. So interest is there, it may even correlate with the fact that he has a setup with most of the tools needed installed.

> playing around with new things is generally a waste of time

What? I'm thankfully that a lot people do not think this way, else we'd be still in the stone age.

> So if you (tlamponi) have some interest in promoting this template

no interest whatsoever, not related to it in anyway. But I have an interest that people try easy things out, instead of speculating on negative or positive possibilities of said things, which, in fact, is a waste of time.

> but it is not as easy and straight-forward as you make it out to be.

# package-manager install git pandoc

# cd $(mktemp -d)

# git clone https://github.com/Wandmalfarbe/pandoc-latex-template.git

# cd pandoc-latex-template/examples

# echo "Example for waste of time: 'Prediction: OP won't try it out because it's unlikely the template will solve his issues and playing around with new things is generally a waste of time. So if you (tlamponi) have some interest in promoting this template, then answering the question would be helpful! Everyone reading this submission is already aware that they could find things out by trying the template out, but it is not as easy and straight-forward as you make it out to be.'" >> basic-example/basic-example.md

# sh build-examples.sh

# okular basic-example/basic-example.pdf

Ah yes, very very hard. Sorry for trying to convince someone to work out answers they're interested in their self, such a useless thing to do in life.

Anyway, it seems that it does cope well with long lines, be it in a common text paragraph, but also in a code block, here it breaks those lines, intends the overflowing one - together with the fact that there are line numbers everything is clear and easy to read. Single thing, if I copy those broken up code lines, they do not get copied as a single line, this is a bit of a bummer to me, but may not be an issue for others..