diff options
author | default <nobody@localhost> | 2024-07-19 07:24:28 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-07-19 07:24:28 +0200 |
commit | 5f6a42453c168b2fa63fdf15cfd65a5af7fc4680 (patch) | |
tree | d149ac84f2d3d389d9ff4de2f0e550ef7b67993b /doc | |
parent | 6e3b621f7b84844ce18eb953fc7fba806472bef8 (diff) |
Added support for markdown-like .
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snac.5 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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  are also supported. .It line separators Horizonal rules can be inserted by typing three minus symbols alone in a line. |