cara memformat string multilin di javascript

const htmlString = `Say hello to 
multi-line
strings!`;
Energetic Eland