Skip to content

Commit d6ffe84

Browse files
committed
Fix message logging not using markdown
1 parent 7ffdd50 commit d6ffe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/plugin/logging/config/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { eventConfig } from "#plugin/logging/config/index.ts";
44
import { m, type InferView } from "mousetache";
55

66
export const MessageLogView = m.object({
7-
content: m.terminal(),
7+
content: m.terminal({ noEscape: true }),
88
});
99
export type MessageLogView = InferView<typeof MessageLogView>;
1010

0 commit comments

Comments
 (0)