in YAML header breaks Quarto render with the following error
ERROR: Validation of YAML front matter failed.
(line 15, column 3) Array entry 1 is empty but it must instead be a string.
14: header-includes:
15: - |
~
16: <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" integrity="sha512-c3Nl8+7g4LMSTdrm621y7kf9v3SDPnhxLNhcjFJbKECVnmZHTdo+IRO05sNLTH/D3vA6u1X32ehoLC7WFVdheg==" crossorigin="anonymous"></script>
ERROR: Render failed due to invalid YAML.
in YAML header breaks Quarto render with the following error