diff --git a/web/mindflow.templ b/web/mindflow.templ index 88a7ded..feae8e1 100644 --- a/web/mindflow.templ +++ b/web/mindflow.templ @@ -28,9 +28,9 @@ templ Mindflow(posts []mindflow.Post, categories []mindflow.Category, r *http.Re for _, line := range strings.Split(post.Body, "\n") { if len(line) > 0 && line[0] == '>' { -

{ line }

+

@templ.Raw(line)

} else { -

{ line }

+

@templ.Raw(line)

} }