79688214

Date: 2025-07-03 01:07:56
Score: 1.5
Natty:
Report link

You can try setting the contenteditable attribute to false it will keep the text and allow you to readonly.

<div
  contenteditable="false">
    content goes here
</div>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dony Martín Castro Jiménez