aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-06-26 21:19:35 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-06-26 21:19:35 +0000
commit6afee3013fa3781850a5b1a361dfaa560a11b0ad (patch)
tree3d4bf7dc9068a7060f602ca0660f8291520f11a8 /docs
parent277553094b123b726758ced2674a3c83fc8cb771 (diff)
fix email highlight
Diffstat (limited to 'docs')
-rw-r--r--docs/USER_GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md
index 8e18dee2..ac836dcc 100644
--- a/docs/USER_GUIDE.md
+++ b/docs/USER_GUIDE.md
@@ -16,7 +16,7 @@ After registering and logging in you're presented with your timeline in right co
Posts will contain the text you are posting, but some content will be modified:
-1. Mentions: Mentions have the form of @user or @user@instance.tld. These will become links to the user's profile. In addition, the mentioned user will always get a notification about the post they have been mentioned in, so only mention users that you want to receive this message.
+1. Mentions: Mentions have the form of @user or @user<span></span>@instance.tld. These will become links to the user's profile. In addition, the mentioned user will always get a notification about the post they have been mentioned in, so only mention users that you want to receive this message.
2. URLs: URLs like `http://example.com` will be automatically be turned into a clickable links.
3. Hashtags: Hashtags like #cofe will also be turned into links.