Add GitHub check box to markdown syntax
This commit is contained in:
@@ -26,13 +26,6 @@ function! MarkdownFold(lnum)
|
||||
return '='
|
||||
endfunction
|
||||
|
||||
hi link markdownCode Special
|
||||
hi link markdownCodeDelimiter PreProc
|
||||
hi link markdownHeadingDelimiter Statement
|
||||
hi link markdownLinkDelimiter PreProc
|
||||
hi link markdownLinkTextDelimiter PreProc
|
||||
hi link markdownUrl Include
|
||||
|
||||
" Max 80 chars wide.
|
||||
setlocal textwidth=80
|
||||
" Use tabwidth of 4 to be markdown complient.
|
||||
|
||||
Reference in New Issue
Block a user