From 5f6a42453c168b2fa63fdf15cfd65a5af7fc4680 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 19 Jul 2024 07:24:28 +0200 Subject: Added support for markdown-like ![alt text](image url). --- doc/snac.5 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/snac.5 b/doc/snac.5 index 1b07155..fc991b2 100644 --- a/doc/snac.5 +++ b/doc/snac.5 @@ -43,6 +43,11 @@ int main(int argc, char *argv[]) Standalone URLs are converted to links. Also, from version 2.54, markdown-style links in the form of [link label](url) are also supported. +.It attached images +Standalone URLs for which the final extension is recognized as an +image (.jpg, .gif, .png, etc), are converted to ActivityPub image +attachments. Also, from version 2.57, markdown-style image links +in the form of ![alt text](image url) are also supported. .It line separators Horizonal rules can be inserted by typing three minus symbols alone in a line. -- cgit v1.2.3