summaryrefslogtreecommitdiff
path: root/docs/user_guide/posts.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-08-26 17:40:54 +0200
committerLibravatar GitHub <noreply@github.com>2022-08-26 17:40:54 +0200
commit4c60a142f8386b4c56b76c101baa583b8a18272c (patch)
treeb09d61628cb2a427b1f8d69870bb5b6e9252c54c /docs/user_guide/posts.md
parent[bugfix] Check the length of form.MediaIDs instead of just checking for null ... (diff)
downloadgotosocial-4c60a142f8386b4c56b76c101baa583b8a18272c.tar.xz
[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
Diffstat (limited to 'docs/user_guide/posts.md')
-rw-r--r--docs/user_guide/posts.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/user_guide/posts.md b/docs/user_guide/posts.md
index 5c40b6a1e..1e3b827b5 100644
--- a/docs/user_guide/posts.md
+++ b/docs/user_guide/posts.md
@@ -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