asciidoctorj
asciidoctorj copied to clipboard
Add support for Lambdas as extensions
Currently all extensions that a user can register have to derive from a certain base class. For most extensions it is probably sufficient though to register only a function implementing a functional interface.
Check how lambdas can be supported in addition to classes and instances.