You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the transforms hook this plugin exposes, but I need something after the code generation. My use case is that I want to add line numbers to the generated code–a feature that Highlight.js doesn't have.
The text was updated successfully, but these errors were encountered:
I also need a post-transform hook for some advanced post-formatting. Is it possible to implement something like postTransforms config?
It looks really easy to do, I even have a draft working.
I like the
transforms
hook this plugin exposes, but I need something after the code generation. My use case is that I want to add line numbers to the generated code–a feature that Highlight.js doesn't have.The text was updated successfully, but these errors were encountered: