@if (!empty($originalData['prompt']) && empty($options['nolink']))
{!! (new \App\Services\Markdown\Formatter($originalData['prompt']))->render() !!}
@endif @if(!empty($options['nolink'])) @else @endif @if (empty($options['nolink']) && (!empty($originalData['title']) || !empty($originalData['attribution'])))
@if (!empty($originalData['title'])) {!! (new \App\Services\Markdown\Formatter($originalData['title']))->render() !!} @endif @if (!empty($originalData['attribution'])) {!! (new \App\Services\Markdown\Formatter($originalData['attribution']))->render() !!} @endif
@endif