Closed lierdakil closed 7 years ago
This simple patch passes token itself to custom renderer function as a second parameter.
This is useful to handle token.attrs or whatever else in custom renderer, if some other plugin changes those.
token.attrs
This doesn't change existing API, only extends it.
Let me know if you want me to add a minimal testcase.
Hello? Any response? Anything?
@lierdakil Sorry for the inactivity. I have not been a good maintainer. Merged 4.1.0
No problems, issues/PRs get occasionally lost in my inbox too. Thanks for merging!
This simple patch passes token itself to custom renderer function as a second parameter.
This is useful to handle
token.attrs
or whatever else in custom renderer, if some other plugin changes those.This doesn't change existing API, only extends it.
Let me know if you want me to add a minimal testcase.