colorful rat Ratfactor.com > Dave's Repos

vviki

An AsciiDoc-flavored wiki plugin for Vim
git clone http://ratfactor.com/repos/vviki/vviki.git

vviki/test/test_3.adoc

Download raw file: test/test_3.adoc

1 = Test 3 - olink syntax 2 3 olink:foo[Foo] <-- Test this link and note the `olink` syntax. 4 5 ---- 6 Test Script Start 7 let g:vviki_page_link_syntax = 'olink' 8 Test Script End 9 ---- 10 11