Display of attachments

main
Bob Mottram 2025-11-22 15:09:12 +00:00
parent eaa3f75a37
commit b4b2eeb01f
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ def blog_to_markdown(base_dir: str, nickname: str, domain: str,
continue
descriptions += attach['name'] + ' '
if attach.get('url'):
links.append('[' + attach['name'] + '](' +
links.append('![' + attach['name'] + '](' +
get_url_from_post(attach['url']) + ')')
# add links to the end of the content