<?php

namespace ContainerXAyNPD7;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getTwig_Markdown_DefaultService extends App_KernelProdContainer
{
    /*
     * Gets the private 'twig.markdown.default' shared autowired service.
     *
     * @return \Twig\Extra\Markdown\LeagueMarkdown
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['twig.markdown.default'] = new \Twig\Extra\Markdown\LeagueMarkdown(\App\Core\Support\Service\SupportMarkdownConverterFactory::create(['renderer' => ['soft_break' => '<br>'."\n".''], 'html_input' => 'escape', 'allow_unsafe_links' => false]));
    }
}
