From 1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 12 May 2025 14:01:39 -0400 Subject: Markdownify streams & updates Also added an edit link to updates. --- app/views/streams/_stream.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/streams/_stream.html.haml') diff --git a/app/views/streams/_stream.html.haml b/app/views/streams/_stream.html.haml index 84a6478..74e8a19 100644 --- a/app/views/streams/_stream.html.haml +++ b/app/views/streams/_stream.html.haml @@ -1,6 +1,6 @@ %article#stream-post %h2#stream-title= stream.title - unless stream.body.blank? - %header#stream-intro.entry-content= stream.body.html_safe + %header#stream-intro.entry-content= markdown(stream.body) - unless stream.updates.empty? = render stream.updates -- cgit 1.4.1