You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no style applied to fenced code blocks. When the user submits a code block, there is no style applied and instead just shows the plain text. Furthermore, when the user asks for a piece of code (or a quote) in a fenced code, it is not rendered in the prompt response block. We all know this feature in the ChatGPT UI, where code/quotes are highlighted, with the addition of a copy button to easily copy the piece of code/quote
Example for Ruby:
defindexputs"hello world"end
(Github doesn't show the name of the programming language, but this is additionally shown by i.e., ChatGPT and Bard)
How it's currently rendered:
def index
puts "hello world"
end
The text was updated successfully, but these errors were encountered:
There is currently no style applied to fenced code blocks. When the user submits a code block, there is no style applied and instead just shows the plain text. Furthermore, when the user asks for a piece of code (or a quote) in a fenced code, it is not rendered in the prompt response block. We all know this feature in the ChatGPT UI, where code/quotes are highlighted, with the addition of a copy button to easily copy the piece of code/quote
Example for Ruby:
(Github doesn't show the name of the programming language, but this is additionally shown by i.e., ChatGPT and Bard)
How it's currently rendered:
def index
puts "hello world"
end
The text was updated successfully, but these errors were encountered: