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:
Aditya Vaidya
2015-11-26 02:13:30 -06:00
committed by Caleb Maclennan
parent 3e269b53e4
commit f129cd81c8

View File

@@ -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': '*)' },