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/user_panel.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/user_panel.md')
-rw-r--r-- | docs/user_guide/user_panel.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user_guide/user_panel.md b/docs/user_guide/user_panel.md index 41200d275..fc5c54835 100644 --- a/docs/user_guide/user_panel.md +++ b/docs/user_guide/user_panel.md @@ -32,6 +32,8 @@ Your bio is a longer text that introduces your account and your self. Your bio i - Describe your boundaries and preferences when it comes to other people interacting with you - Link hashtags that you often use when you post +The bio accepts either `plain` or `markdown` formatting. This is set by the default post format setting described in [Post Settings](#post-settings). + After updating your display name and bio, click on the `Save profile info` button at the bottom of the Profile Info section to save your changes. ### Manually Approve Followers / Lock Your Account |