summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-07-19 07:24:28 +0200
committerdefault <nobody@localhost>2024-07-19 07:24:28 +0200
commit5f6a42453c168b2fa63fdf15cfd65a5af7fc4680 (patch)
treed149ac84f2d3d389d9ff4de2f0e550ef7b67993b /doc
parent6e3b621f7b84844ce18eb953fc7fba806472bef8 (diff)
Added support for markdown-like ![alt text](image url).
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.55
1 files changed, 5 insertions, 0 deletions
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.