Hi, The sentence processor does not handle well this case ``` I have two pets: 1. a dog; 1. a cat. ``` Results as 3 sentences: S1: Hi have two pets: \n1. S2: a dog;\n2. S3: a cat. It should result only one sentence: S1: Hi have two pets: \n1. a dog;\n2. a cat. I am not sure how to configure the parser in order it works fine. This kind of enumeration is typically used in markdown when listing.