Just discovered an intresting bug in chatGPT/Claude/Codeium.
When rquesting .md with code snippets, the end of snippet (```) escapes the code output, and the print is like regular answer.
In ChatGPT just prompt normally without specifying markdown? Then the code snippets are rendered properly and can be copied.
1 Like
Write the following prompt:
JS: I need a .md code that examples two snippets console.log(“Hello World”); and console.log(“Debugging”);
See what happens.