When I ask Codeium to refactor a selected fragment of Markdown, when this Markdown contains code examples enclosed by triple backticks, the output is broken.
Codeium correctly tries to wrap the refactored Markdown fragment into the triple backticks, so that it would render as a code itself in the Chat panel. But the formatting gets broken when the refactored code (Markdown, don't forget it) contains a TypeScript block, which in turn ends by triple ticks.