Allow markdown-style headers in ordinary posts

main
Bob Mottram 2025-12-07 22:47:45 +00:00
parent 561cea54fe
commit fb297ebdee
1 changed files with 1 additions and 2 deletions

View File

@ -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: