mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:22:24 -05:00
[docs] Add user settings panel docs, other small updates (#768)
* add more links to markdown section * update password management * add user settings panel documentation * move the user guide higher up in the docs
This commit is contained in:
parent
e9b5ba0502
commit
4c60a142f8
7 changed files with 94 additions and 14 deletions
|
|
@ -115,7 +115,13 @@ Plain is the default method of posting: GtS accepts some plain looking text, and
|
|||
|
||||
Markdown is a more complex way of organizing text, which gives you more control over how your text is parsed and formatted.
|
||||
|
||||
For more information on markdown, see [The Markdown Guide](https://www.markdownguide.org/).
|
||||
GoToSocial supports the [Basic Markdown Syntax](https://www.markdownguide.org/basic-syntax), and some of the [Extended Markdown Syntax](https://www.markdownguide.org/extended-syntax/) as well, including fenced code blocks, footnotes, strikethrough, subscript, superscript, and automated URL linking.
|
||||
|
||||
You can also include snippets of basic HTML in your markdown!
|
||||
|
||||
For more information on Markdown, see [The Markdown Guide](https://www.markdownguide.org/).
|
||||
|
||||
For a quick reference on Markdown syntax, see the [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet).
|
||||
|
||||
## Formatting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue