We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1435c8a commit d9e2a35Copy full SHA for d9e2a35
1 file changed
src/views/components/MessageMarkdown/index.tsx
@@ -176,7 +176,7 @@ Generate a professionally written and formatted release note in markdown with th
176
});
177
break;
178
case "get_devchat_key":
179
- window.open('https://web.devchat.ai');
+ window.open("https://web.devchat.ai");
180
181
}
182
};
@@ -312,7 +312,7 @@ Generate a professionally written and formatted release note in markdown with th
312
const value = String(children).replace(/\n$/, "");
313
let lanugage = match && match[1];
314
if (!lanugage) {
315
- lanugage = "unknow";
+ lanugage = "plaintext";
316
317
318
let wrapLongLines = false;
0 commit comments