let's say you have some `Iterable<String>` t...
# announcements
k
let's say you have some
Iterable<String>
that's a stream of lines of text coming in, as the sample he gave, and you have some criteria for when you should paragraph-break. And so you want to output a
List<String>
that's broken up into paragraphs based on those criteria