Closed mvantellingen closed 10 years ago
This is done by patching the generic_tag_compiler and keeping track of all the nodes passing this function. We can't simply patch them like the BlockNodes because the node class is generated separately for each tag.
Bit ugly hack but it works pretty well :-)
Thanks loads for this! I will give it a test before releasing it on PyPi
This is done by patching the generic_tag_compiler and keeping track of all the nodes passing this function. We can't simply patch them like the BlockNodes because the node class is generated separately for each tag.
Bit ugly hack but it works pretty well :-)