From bba8b829f309ce1490db88a6df0e5d6510ac9a78 Mon Sep 17 00:00:00 2001 From: JamshedVesuna Date: Sat, 15 Aug 2015 20:05:15 -0700 Subject: [PATCH] Added bug reference links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c405b..c568ac7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Note that after changing an option, you have to restart Vim for the change to ta ### The `vim_markdown_preview_toggle` option -This option does two things (to be fixed by #17): +This option does two things (to be fixed by [#17](https://github.com/JamshedVesuna/vim-markdown-preview/issues/17)): 1. Display images in the preview 2. Generate preview on buffer write (Example: on `:w`) @@ -102,7 +102,7 @@ let vim_markdown_preview_hotkey='' ### The `vim_markdown_preview_browser` option By default, if you are using Unix, [Google Chrome](www.google.com/chrome/) is the default browser. If you are on Mac OS X, [Safari](www.apple.com/safari/) is the default. -Note that bug #16 does not allow cross operating system and browser support. See the [wiki page](https://github.com/JamshedVesuna/vim-markdown-preview/wiki/Use-other-browser-to-preview-markdown) for more help. +Note that bug [#16](https://github.com/JamshedVesuna/vim-markdown-preview/issues/16) does not allow cross operating system and browser support. See the [wiki page](https://github.com/JamshedVesuna/vim-markdown-preview/wiki/Use-other-browser-to-preview-markdown) for more help. Default: `'Google Chrome'` -- 2.45.2