Hi, I am sorry if this error is already documented, this is the first bug report I am sending in this platform. The automatic search assistant of this community says it is the first report of this kind.
The markdown code snippet output returns the snippet embedded in the HTML user interface.
This adds a lot of friction when the user wants to convert any text format into a markdown one. Sending another prompt clearing that the user wants a snippet never works, which leads me to think that the bug is in the web app instead of the model itself.
The current turnaround is to call directly the OpenAI GPT API, since the output is the plain markdown code.
Thanks in advance.