Modern Request Properties as Fix with Value of HTML content

Is there anyway to stop HTML escaping of a Value for a Fix request property, or does the Angular side always escape it?

I dunno, something like:

Value.AsHTML = "<ol><li>List item 1</li><li>List item 2</li></ol>"

The main ones we really need are a, ol, ul, li, p and br.

Our use case is providing detailed information of specific requests to the end user by using request properties. But that information needs to be presentable as well as offering direct links to external resources.

The fact that "Description" of the request properties is not displayed in any fashion on the UI makes the UX a terrible one without useful guidance.