Wednesday, May 1, 2013

Re: Does vim support markdown?

VimWiki uses its own syntax by default, but there's an option to make it use markdown instead.

All that does is to change the highlighting while you're in vimwiki land.

Separately, vim has a syntax file that maps to .markdown files as well.

In any case, vim itself does not render markdown files to html by itself. Vimwiki has a helper to do that, but I bet it just shells out when needed to a 'real' markdown parser.




On Wed, May 1, 2013 at 2:43 PM, Tim Gray <tgray@protozoic.com> wrote:
On May 01, 2013 at 04:24 PM -0400, Eric Weir wrote:
Initially I was going to ask if vim supports markdown syntax, but now I'm guessing vimwiki itself processes the markdown coding in vimwiki documents? Is that right?

My copy of Vim (MacVim) has a copy of markdown.vim in $VIMRUNTIME/syntax.  So it looks like to me that Vim supports it out of the box.  At least MacVim does.


--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
 
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment