### Description Using mustaches for `\n` makes the markup look nicer (which is not useless), so it would be nice to have this be allowed by default: ```svelte <textarea placeholder={'A\nB\nC\nD'} ></textarea> ```