docvim-0.3.1.2: tests/fixtures/markdown/fenced.golden
Here is some fenced code:
```
function foo() {
return 1;
}
```
That was it. Here's an empty block:
```
```
Here is some fenced code:
```
function foo() {
return 1;
}
```
That was it. Here's an empty block:
```
```