@if (!empty($originalData['prompt']) && empty($options['nolink']))
{!! (new \App\Services\Markdown\Formatter($originalData['prompt'], $bundle))->render() !!}
@endif @if(!empty($options['nolink'])) {{ $originalData['alt'] ?? 'Texte alternatif non fourni' }} @else {{ $originalData['alt'] ?? 'Texte alternatif non fourni' }} @endif @if (empty($options['nolink']) && (!empty($originalData['title']) || !empty($originalData['attribution'])))
@if (!empty($originalData['title'])) {!! (new \App\Services\Markdown\Formatter($originalData['title'], $bundle))->render() !!} @endif @if (!empty($originalData['attribution'])) {!! (new \App\Services\Markdown\Formatter($originalData['attribution'], $bundle))->render() !!} @endif
@endif