docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

label with textType HTML not showing code elements content as code block.

Open stelios888 opened this issue 8 months ago • 3 comments

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

Relevant log output


stelios888 avatar Feb 10 '25 16:02 stelios888