diff options
author | 2023-04-19 04:42:47 -0700 | |
---|---|---|
committer | 2023-04-19 13:42:47 +0200 | |
commit | 922bd89f1702207dcb4c989a1ec24d8cf892b1d9 (patch) | |
tree | 28a2affd39004e58ef11f25d57d02e580a126097 /docs/user_guide | |
parent | [bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700) (diff) | |
download | gotosocial-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.md | 2 |
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` |