-
-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Labels
Description
Description
In a project, I replace links to source files with links to their documentation (and some fancy icons) using the snippets extension.
Right now, I have to copy the entire parse_snippets
method (~150 lines) to be able to post-process snippets.
(While I do like your code, blatantly copying it to override the method feels redundant :) )
Benefits
Other developers can also extend the snippet preprocessor.
Solution Idea
Expose a hook method in the SnippetPreprocessor class (see )