mirror of https://gitlab.com/bashrc2/epicyon
Display of attachments
parent
eaa3f75a37
commit
b4b2eeb01f
|
|
@ -570,7 +570,7 @@ def blog_to_markdown(base_dir: str, nickname: str, domain: str,
|
||||||
continue
|
continue
|
||||||
descriptions += attach['name'] + ' '
|
descriptions += attach['name'] + ' '
|
||||||
if attach.get('url'):
|
if attach.get('url'):
|
||||||
links.append('[' + attach['name'] + '](' +
|
links.append('![' + attach['name'] + '](' +
|
||||||
get_url_from_post(attach['url']) + ')')
|
get_url_from_post(attach['url']) + ')')
|
||||||
|
|
||||||
# add links to the end of the content
|
# add links to the end of the content
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue