We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840464b commit bce03edCopy full SHA for bce03ed
1 file changed
mode/markdown/markdown.js
@@ -49,7 +49,7 @@ CodeMirror.defineMode("markdown", function(cmCfg, modeCfg) {
49
modeCfg.fencedCodeBlockHighlighting = true;
50
51
if (modeCfg.fencedCodeBlockDefaultMode === undefined)
52
- modeCfg.fencedCodeBlockDefaultMode = '';
+ modeCfg.fencedCodeBlockDefaultMode = 'text/plain';
53
54
if (modeCfg.xml === undefined)
55
modeCfg.xml = true;
0 commit comments