From 528df7e7385985d75088d98d28a4a6adfa0b3119 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 2 Jul 2016 23:57:16 -0700 Subject: [PATCH] Updating README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d4020d..5a2975e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Writing technical documentation for [Vim](http://www.vim.org/) extensions is not very exciting; having to manually convert what you've just written in [Markdown](https://daringfireball.net/projects/markdown/) to the [vimdoc](http://vimdoc.sourceforge.net/htmldoc/usr_toc.html) help format is even less fun. As I grew tired of doing this -over and over for my [ArgWrap](https://foosoft.net/projects/argwrap/) extension, I decided to formally solve this problem for myself and -others, creating the Md2Vim converter tool. +over and over for my [ArgWrap](https://foosoft.net/projects/vim-argwrap/) extension, I decided to formally solve this problem for myself +and others, creating the Md2Vim converter tool. Md2Vim is implemented in Golang as a custom renderer for the [blackfriday](https://github.com/russross/blackfriday) Markdown processor. Maintainability, ease of use, and beautiful vimdoc output were primary considerations in its design.