>>> summarize(text, 68, False, ' [...]')
'Why is it that nobody remembers the name of Johann\nGambolputty [...]'
>>> summarize(text, 68, continuation=' >>')
>>> summarize(text, 68, False, ' [...]')
'Why is it that nobody remembers the name of Johann\nGambolputty [...]'
>>> summarize(text, 68, continuation=' >>')