splits already indented lines into groups
None
Returns a list of indented lines where each line has a subgroups-attribute which is itself a list of "indented lines".
The division into subgroups is only done on the top-level! The subgroups do not contain any further subgroups.
std::split_into_indented_lines | splits a text into indented lines |