Skip to content

Commit 9903967

Browse files
mtaran-googlemarijnh
authored andcommitted
[markdown] auto-close backticks
1 parent 437f384 commit 9903967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mode/markdown/markdown.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ CodeMirror.defineMode("markdown", function(cmCfg, modeCfg) {
809809

810810
getType: getType,
811811

812+
closeBrackets: "()[]{}''\"\"``",
812813
fold: "markdown"
813814
};
814815
return mode;

0 commit comments

Comments
 (0)