[jQuery] Is there any way to use multi-line input with .append()?

[jQuery] Is there any way to use multi-line input with .append()?


I'd like to add a number of unordered lists to a document via .append,
but it appears all my HTML needs to be on the line I call .append from
in my .js file. Is there any way around this? I'm trying to format
said HTML for easy editing, and cramming it all on one line doesn't
help me towards this goal. Any pointers would be appreciated.
Thanks!