Open
Description
Description
I am trying to show chatgpt messages in the correct format but code blocks not show the code as code blocks.
For example
the output of the following should be the inside of the code elements
<code>
<label for="name">Name (4 to 8 characters):</label>
<input type="text" id="name" name="name" required minlength="4" maxlength="8" size="10" />
</code>
but the result is:
Name (4 to 8 characters):
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response