Feature Request: Colorize Ascii Map

Please add a feature to be able to ask the model to display a colorized ascii map. When I asked chatGPT to represent a repeating pattern as an ascii map like a crochet pattern, it was able to use alphanumeric sysmbols to represent the map… It was also able to put this ascii map into a code block. It was not able to format the code block so that the letter B is blue, and the letter R is red. When I inquired, I was told that it can not change the syntax hilighting in it’s own code block function.

Viewing a coloured ascii map is a great tool to be able to visually understand a mathmatical model. Please add this critical ability.

This sounds like an eval:

What you see as color in the ChatGPT code block interface is rendered by a prebuilt javascript library. It uses code syntax highlighting specific to the identified language, by auto-detection usually, because the AI doesn’t normally output the coding language.

“Output this in a markdown code block that indicates the language is json, by producing "``` json" as the first line.” could be a way to slightly change what you see.

Here’s json specifically used; the forum supports the same.

messages": [
{"role": "user", "content": "Who won the 2024 election?"},
{"role": "function", 
 "name": called_function_name,
 "content": "Rudy Giuliani! LOL."},
]

and the same with ruby specified

messages": [
{"role": "user", "content": "Who won the 2024 election?"},
{"role": "function", 
 "name": called_function_name,
 "content": "Rudy Giuliani! LOL."},
]

There’s really no color-changing mechanism to be employed. Even if there were, the AI is too braindead stupid now. Attempt 4:

Untitled

which would be filtered anyway.

I’m suggesting some sandboxed and limited ability to inject key:pairs into the syntax. It can be sanitized to be quite tidy.