From 6afee3013fa3781850a5b1a361dfaa560a11b0ad Mon Sep 17 00:00:00 2001 From: HJ <30-hj@users.noreply.git.pleroma.social> Date: Wed, 26 Jun 2019 21:19:35 +0000 Subject: [PATCH] fix email highlight --- docs/USER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@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.