From c74710e89b1452e13a4b553b69cba1bb328af584 Mon Sep 17 00:00:00 2001 From: Scott Olsen Date: Mon, 22 Oct 2018 15:17:38 -0400 Subject: [PATCH] Add a configuration header. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 9bbc450..20b5cba 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,8 @@ installing from this repository, add the following to your vimrc: autocmd BufNewFile,BufReadPost *.md set filetype=markdown +## Configuration + To enable fenced code block syntax highlighting in your markdown documents, add the following to your `.vimrc`: