mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 06:26:50 +02:00
Patch DOMParser.parseFromString in the standalone vitest setup to strip the leading LF after <pre>/<listing>/<textarea>, matching the HTML spec behavior that turnish relies on in Node (domino). Decode attachment content via decodeUtf8 in the ENEX spec so binary bytes don't get comma-stringified as a Uint8Array.