Skip to content

Commit 5d7b9e1

Browse files
committed
change html comments conceal characters
solves #112
1 parent 82a023f commit 5d7b9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/pandoc.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ if &encoding == "utf-8"
4343
\"footnote": "",
4444
\"definition": " ",
4545
\"li": "",
46-
\"html_c_s": "",
47-
\"html_c_e": ""}
46+
\"html_c_s": "",
47+
\"html_c_e": ""}
4848
else
4949
" ascii defaults
5050
let s:cchars = {

0 commit comments

Comments
 (0)