Parse HTML from JSON value

I have an REST API call that pulls in data.
In one of the fields, there is "notes" which includes full on HTML tags.

My text field content looks like this:
Notes: {{_job_details.value.notes}}

It is printing the HTML tags on the page, like this:

<p>$99 install + proration if service is available.</p><p>Call  before arrival <br /></p>

I have tried setting the value type to both "Markup" and "Plain text".

Is there a simple way make the text field recognize the HTML and properly display it on the page?

Thanks,
Levi

I may not be following along well but I'm unable to reproduce the issue.
Screenshot 2024-01-13 at 10.00.24 AM

There's also an HTML component for more complex use cases
Screenshot 2024-01-13 at 10.05.06 AM

What does raw data in {{ _job_details.value.notes }} look like?

Using the HTML component worked. Thanks