How would one write a regular expression to use in python to split paragraphs?
A paragraph is defined by 2 linebreaks (\\n). But one can have any amount of spaces/ta
Are you trying to deduce the structure of a document in plain test? Are you doing what docutils does?
You might be able to simply use the Docutils parser rather than roll your own.