Add "View Markdown" feature

I sometimes want to capture a response from my custom GPT, along with it’s formatting. Historically, I’ve been able to persuade my GPT to wrap a response in a three-backtick block, and to escape all internal code blocks with the four-backtick delimiter, but it’s always finicky and cumbersome, and today I haven’t been able to make it work at all. This could all be alleviated if I had ready access to the underlying markdown.

I would like to be able to have a toggle on every response from my GPT that lets me view either the formatted response, or the raw markdown formatting (similar to the ‘Preview’ option in Github and other similar markdown editors). Alternatively, a “copy to clipboard” button that preserves the markdown would also solve my problem.