diff --git a/bookwyrm/templates/snippets/status/generated_status.html b/bookwyrm/templates/snippets/status/generated_status.html index f3bbae44b..cb65a6f29 100644 --- a/bookwyrm/templates/snippets/status/generated_status.html +++ b/bookwyrm/templates/snippets/status/generated_status.html @@ -13,7 +13,7 @@

{% include 'snippets/book_titleby.html' with book=book %}

-

{{ book|book_description|default:""|truncatewords_html:20 }}

+

{{ book|book_description|to_markdown|default:""|safe|truncatewords_html:20 }}

{% include 'snippets/shelve_button/shelve_button.html' with book=book %}