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_2.adoc

Download raw file: test/test_2.adoc

1 = Test 2 - xref link syntax 2 3 This link should have syntax concealed when the cursor is off the line and it 4 should correctly link to the Foo page: 5 6 <<foo#,Foo>> <-- Test this link and note the syntax. 7 8 ---- 9 Test Script Start 10 let g:vviki_page_link_syntax = 'xref_hack' 11 Test Script End 12 ---- 13 14