Add support for markdown on Journal and Notes (#1230)

This commit is contained in:
Régis Freyd
2018-04-29 22:56:41 -04:00
committed by GitHub
parent 8fa4e4abde
commit cae774bd4a
10 changed files with 17 additions and 12 deletions
@@ -21,6 +21,7 @@ class NotesController extends Controller
foreach ($notes as $note) {
$data = [
'id' => $note->id,
'parsed_body' => $note->parsedbody,
'body' => $note->body,
'is_favorited' => $note->is_favorited,
'favorited_at' => $note->favorited_at,