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

{{$title}}

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