twig-extra-bundle icon indicating copy to clipboard operation
twig-extra-bundle copied to clipboard

Add ability to customize options injected into LeagueCommonMarkConverterFactory

Open Pierstoval opened this issue 1 year ago • 0 comments

This way, adding custom options can be done by overriding the service in DI's config:

services:
  Twig\Extra\TwigExtraBundle\LeagueCommonMarkConverterFactory:
    arguments:
      - !tagged_iterator { tag: twig.markdown.league_extension }
      - # custom config array for League\CommonMark\CommonMarkConverter's constructor

Pierstoval avatar Sep 24 '24 18:09 Pierstoval