We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8c95d commit a341c4fCopy full SHA for a341c4f
1 file changed
frontend/src/commons/custom_fields/MarkdownEdit.tsx
@@ -104,6 +104,7 @@ const MarkdownEdit = ({ label, initialValue, setValue, overlayContainer, maxLeng
104
yaml: "YAML",
105
xml: "XML",
106
},
107
+ codeMirrorExtensions: [codemirror_theme],
108
}),
109
];
110
0 commit comments