Is there a convenient way to surround a code block or a range of lines with markdown backticks? That amounts to doing a surround op to insert multiple chars.
Ie. turn:
line 1
line 2
Into:
```
line 1
line 2
```
The surround plugin has allowed me to insert single ticks, but it just creates more work.
I guess something like {3i`<ESC>}. might do, but it's still a bit finickety.