Adds strings with line breaks.
static String addWithLineBreaks(List<String> strings) { return strings.join('\n'); }