@extends('base') @php $parse = new Parsedown(); @endphp @section('content')

Now

{!! $parse->text($now->md) !!}
@endsection