theigl commented on PR #564:
URL: https://github.com/apache/wicket/pull/564#issuecomment-1484847931

   Is this really necessary?
   
   The Javadoc for `MarkupFactory` reads:
   
   ```java
   * MarkupParser's can be extended by means of {@link IMarkupFilter}. You can 
add your own filter
   * as follows:
   * 
   * <pre>
   *    public MyMarkupFactory {
   *      ...
   *      public MarkupParser newMarkupParser(final MarkupResourceStream 
resource) {
   *         MarkupParser parser = super.newMarkupParser(resource);
   *         parser.add(new MyFilter());
   *         return parser;
   *      }
   *    }
   * </pre>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to