packages feed

docvim-0.3.1.2: tests/fixtures/markdown/fenced.vim

""
" Here is some fenced code:
"
" ```
" function foo() {
"   return 1;
" }
" ```
"
" That was it. Here's an empty block:
"
" ```
" ```
"