diff options
author | 2022-11-19 04:07:51 -0500 | |
---|---|---|
committer | 2022-11-19 10:07:51 +0100 | |
commit | 67106c9dc4b2139878ba1fc44ef268f0a4efd804 (patch) | |
tree | f338cf04f46b4246f6dc85a1b6f3be133f483531 /docs/user_guide/posts.md | |
parent | [docs] Move and document logs (#1076) (diff) | |
download | gotosocial-67106c9dc4b2139878ba1fc44ef268f0a4efd804.tar.xz |
[feature] Support markdown format for Account bio/note (#1037)
* [feature] Status format also controls bio format
* test
Diffstat (limited to 'docs/user_guide/posts.md')
-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 1e3b827b5..a5c33cf25 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. These are: +GoToSocial currently accepts two different types of input for posts (and user bio). These are: * `plain` * `markdown` |