Question
How to extend SubParagraphGroupElement
I'm trying to extend the SubParagraphGroupElement to implement functionality similar to the link element but for generic tags - however I keep getting the following error:
Error: Attempted construct of invalid FlowElement subclass
Is there some code in the FlowElement class that is limiting the the subclasses?
