Closed GoogleCodeExporter closed 8 years ago
let g:vimwiki_list = [{'path': '{{your vimwiki path}}','syntax': 'markdown',
'ext': '.md'}]
put this config in your vimrc... more info please ":h vimwiki", search
"markdown"...
Original comment by 768442...@qq.com
on 24 Dec 2012 at 1:21
Original comment by stu.andrews
on 27 Dec 2012 at 8:53
But it doesn't support convert to html file?
Original comment by WTQ1...@gmail.com
on 29 Dec 2012 at 3:45
Converting markdown to html requires a little more work. You need to download
and install a markdown converter, and link to it using the custom_wiki2html
hook. See ":help custom_wiki2html".
Original comment by stu.andrews
on 29 Dec 2012 at 8:24
Original issue reported on code.google.com by
WTQ1...@gmail.com
on 5 Dec 2012 at 2:18