mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
fix(matrix): clean markdown table default PR
This commit is contained in:
@@ -239,7 +239,7 @@ describe("matrix channel message adapter", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("declares bullets as defaultMarkdownTableMode to avoid code-block fallthrough (#78990)", () => {
|
||||
it("declares bullets as the markdown table default", () => {
|
||||
expect(matrixPlugin.messaging?.defaultMarkdownTableMode).toBe("bullets");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user