Subject: | Rules too rigid in some cases |
The module works by having a very rigid view. A case where this is too
rigid to handle a reasonable requirement is if you want to allow links
inside lists. The issue is that each tag can only have one parent. I can
fix this by treating the parent tag as a silent part of the tag. But
this will be a major change in implementation with minor enhancements to
the interface.