Add support for markdown on Journal and Notes (#1230)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user