diff --git a/README.mkd b/README.mkd index 7baccf9..b111160 100644 --- a/README.mkd +++ b/README.mkd @@ -42,16 +42,18 @@ Type ("\_" is the cursor position): Then type "\," (Ctrl + y + ','), you should see: - - - - - - - - _ - - +~~~html + + + + + + + + _ + + +~~~ [More Tutorials](https://raw.github.com/mattn/emmet-vim/master/TUTORIAL) @@ -61,9 +63,11 @@ Then type "\," (Ctrl + y + ','), you should see: If you don't want to enable emmet in all modes, you can use set these options in `vimrc`: - let g:user_emmet_mode='n' "only enable normal mode functions. - let g:user_emmet_mode='inv' "enable all functions, which is equal to - let g:user_emmet_mode='a' "enable all function in all mode. +~~~vim +let g:user_emmet_mode='n' "only enable normal mode functions. +let g:user_emmet_mode='inv' "enable all functions, which is equal to +let g:user_emmet_mode='a' "enable all function in all mode. +~~~ ## Project Authors