Glad to hear it's working better for you.
That scenario isn't covered on purpose. That's because if the line happens to break on the quote you can't create a simple regex that can differentiate between these two scenarios:
Quote:
'That was nearly perfect ldolse.'
he said.
|
and:
Quote:
He said 'That was nearly perfect ldolse.'
This is the start of a new paragraph.
|
I've been thinking to add an enhancement to preprocessing where the user can specify that there is a blank line between every paragraph, or that most/every paragraph is indented, so that at least this scenario can be covered when when the document provides that much differentiation.