My JavaScript code generates the following HTML structure:
<div contenteditable="false" tabindex="0" class="ProseMirror">
<p> didn't project a significant increase</p>
</div>
When rendered in the browser, it shows the characters #039;
instead of converting them to '
. Is there a method to control this conversion behavior in the browser?