79548973

Date: 2025-04-01 19:13:15
Score: 1
Natty:
Report link

The only solution I found was to use Prettier's "magic comments":

<!-- display: inline -->
<textarea>Est molestiae sunt facilis qui rem.</textarea>

<!-- display: block -->
<textarea>
  Est molestiae sunt facilis qui rem.
</textarea>

Docs: https://prettier.io/blog/2018/11/07/1.15.0.html#whitespace-sensitive-formatting

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Maurici Abad