vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

how can the vimwiki support markdown? #394

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I see the vimwiki version 2.0 begin to support markdown, but I can't found the 
document about this.

Anyone can give me some ducoment about vimwiki supporting the markdown?

Original issue reported on code.google.com by WTQ1...@gmail.com on 5 Dec 2012 at 2:18

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago

Original comment by stu.andrews on 27 Dec 2012 at 8:53

GoogleCodeExporter commented 8 years ago
But it doesn't support convert to html file?

Original comment by WTQ1...@gmail.com on 29 Dec 2012 at 3:45

GoogleCodeExporter commented 8 years ago
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