X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=README.md;h=f3a7df1c16f771c5bedd0e79191ef510526d3034;hp=0ddb00c9df39f17fc8ca204fa461f450193f6433;hb=f7b783ac48b77d0f2b258e3efa7e853388165247;hpb=4552a293374677371b300b2c6a92b02f33d4b56b diff --git a/README.md b/README.md index 0ddb00c..f3a7df1 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,6 @@ Now, a social network wouldn’t be much fun if you couldn’t talk with other p When displaying posts and replies, Sone first parses the text. Special elements, such as Freenet URIs and Sone elements with a special syntax, are replaced with formatting that allow your browser to navigate the elements. Sone recognizes the following elements: -* Links to Freenet URIs are linked to as-is. Make sure to separate the URI from surrounding text by whitespace, such as space or line breaks. +* Links to Freenet URIs are linked to as-is. Make sure to separate the URI from surrounding text by whitespace, such as space or line breaks, or interpunction, such as commas and periods. * Links to other Sone’s profiles are added by the prefix “sone://” followed by the ID of the Sone. It is also possible to get the link for a Sone from a post or reply by that Sone; just copy the URL behind the “[link author]” link. * Links to other posts are added by the prefix “post://” followed by the ID of the post. You can also find the post ID behind the “[link post]” link below a post.