Markdown: can I number lines in code blocks

I’d like this markdown:
```
this line
that line
this other line
```
to read:
1: this line
2: that line
3: this other line

Is this possible?
Thanks!