diff --git a/webapp_post.py b/webapp_post.py index d9c0a16bd..db1eed204 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -3142,8 +3142,7 @@ def individual_post_as_html(signing_priv_key_pem: str, object_content = \ format_mixed_right_to_left(object_content, system_language) # replace any markdown headers with html - if post_is_blog: - object_content = html_blog_post_markdown(object_content) + object_content = html_blog_post_markdown(object_content) # show quote toot link quote_url = get_quote_toot_url(post_json_object) if quote_url: