Parsing this text: ``` * foo: bar: baz ``` results in: ``` Headline {depth = Depth 1, title = "foo", tags = [" bar"], ... ``` but should result in: ``` Headline {depth = Depth 1, title = "foo: bar:", tags = [], ... ```