Parsedownをプラグイン経由で使うようにした
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
</nav>
|
||||
<h2><span class="badge {{ $category['class'] }}">{{ $category['label'] }}</span> {{ $info->title }}</h2>
|
||||
<p class="text-secondary"><span class="oi oi-calendar"></span> {{ $info->created_at->format('Y年n月j日') }}</p>
|
||||
{!! $compiledContent !!}
|
||||
@parsedown($info->content)
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user