summaryrefslogtreecommitdiff
path: root/docs/user_guide
diff options
context:
space:
mode:
authorLibravatar Phil Hagelberg <phil@hagelb.org>2023-04-19 04:42:47 -0700
committerLibravatar GitHub <noreply@github.com>2023-04-19 13:42:47 +0200
commit922bd89f1702207dcb4c989a1ec24d8cf892b1d9 (patch)
tree28a2affd39004e58ef11f25d57d02e580a126097 /docs/user_guide
parent[bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700) (diff)
downloadgotosocial-922bd89f1702207dcb4c989a1ec24d8cf892b1d9.tar.xz
[docs] Explain that markdown is enabled on the user settings page. (#1699)
* Explain that markdown is enabled on the user settings page. The current wording seems to imply that the input formatting can be set on a per-post basis, which no client currently supports. It's not clear that you have to go to the user settings page to change it. * Update FAQ; some of the missing features are not missing any more!
Diffstat (limited to 'docs/user_guide')
-rw-r--r--docs/user_guide/posts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/posts.md b/docs/user_guide/posts.md
index a5c33cf25..43eaaf454 100644
--- a/docs/user_guide/posts.md
+++ b/docs/user_guide/posts.md
@@ -106,7 +106,7 @@ When set to `false`, likes/faves of your post will not be accepted by your GoToS
## Input Types
-GoToSocial currently accepts two different types of input for posts (and user bio). These are:
+GoToSocial currently accepts two different types of input for posts (and user bio). The [user settings page](./settings.md) allows you to select between them. These are:
* `plain`
* `markdown`