mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Changed Markdown comment to HTML-style
Closes #218 Works at least with pandoc. The older version (the character '>') did not work in pandoc.
This commit is contained in:
committed by
Caleb Maclennan
parent
3e269b53e4
commit
f129cd81c8
@@ -259,7 +259,7 @@ let s:delimiterMap = {
|
||||
\ 'mib': { 'left': '--' },
|
||||
\ 'mips': { 'left': '#'},
|
||||
\ 'mirah': {'left': '#'},
|
||||
\ 'mkd': { 'left': '>' },
|
||||
\ 'mkd': { 'left': '<!---', 'right': '-->' },
|
||||
\ 'mma': { 'left': '(*', 'right': '*)' },
|
||||
\ 'model': { 'left': '$', 'right': '$' },
|
||||
\ 'moduala.': { 'left': '(*', 'right': '*)' },
|
||||
|
||||
Reference in New Issue
Block a user