Fails when asked to output raw markdown that contains escaped snippets

It fails whenever I am trying to update my readme.md file and I ask it to repeat it back to me, in raw md format so i can copy it, if the content contains a triple backtick snippet.

When the snippet is closed the UI of chatgpt.com gets confused and starts formatting the document as if the response is its own formatted response after that.

Here is an example:

After point 2.1 you can see it falls over itself closing the bash script snippet, and the rest of the reply is all formatted / parsed markdown, not the raw code that I asked for.

For a workaround I have to ask it to escape the backticks and then it outputs it with ``` for each snippet and its raw to the end.

I then have to manually search and replace this once I’ve copied it back into my project.

Oh it looks like this forum is modifying my words as well.

It escapes it with backslash backtick backslash backtick backslash backtick