#Markdown with triple backtick code examples

1 messages · Page 1 of 1 (latest)

cursive crane
#

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.

#

In this example, I ask Codeium to translate the selected Markdown fragment into English.

I expect one code island (as i call a frame with Insert Code / Copy Code buttons) to appear in the results. Instead the response gets splitted into several random code islands. The last code island even contains Codeium's non-code response part ("Let me know if I can help, bla bla").

#

I attached the fragment, which I have shown in the screencast.

Reproduce:

  • Select All
  • Codeium Refactor -> "Translate into English"
  • Click [Insert Code] or try to use the results in any other way
#

Despite that I appreciate the quality of translation very much!

onyx shore