mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Support markdown format for Account bio/note (#1037)
* [feature] Status format also controls bio format * test
This commit is contained in:
@@ -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`
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user