From 5bf91ce594c9794d0f1c570274ba4e2143cdebb4 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Mar 2018 08:39:46 +0100 Subject: [PATCH] Add information about HTML formatting in admin settings --- Running-Mastodon/Administration-guide.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Running-Mastodon/Administration-guide.md b/Running-Mastodon/Administration-guide.md index e904e5d2..01a94c86 100644 --- a/Running-Mastodon/Administration-guide.md +++ b/Running-Mastodon/Administration-guide.md @@ -39,6 +39,20 @@ You are able to set settings such as, among others: You may wish to use the extended description (shown at https://yourmastodon.instance/about/more ) to display content guidelines or a user agreement (see https://mastodon.social/about/more for an example). +#### Formatting for HTML settings + +To achieve the best looking results, you must use well-structured HTML for the site description, site extended description, closed registrations message and others. + +First, site description is **one paragraph**, so it's already pre-wrapped in a `

` tag, you shouldn't add others. This text is really expected to be rather short, because it will appear on all OpenGraph previews. + +All other HTML fields don't have that requirement, so you are supposed to wrap your paragraphs in `

`s yourself, **do not use text not wrapped in a `

` or `

  • `** as it will be unstyled. You can use `` tags to bolden/highlight parts of the text, and `` tags for links. + +You can use `
      ` tags for numbered lists, and `
        ` tags for unordered lists, with `
      • ` for each item in the list. Do not use `
      • ` outside of `
          ` or `
            `. + +You can use `
            ` as a horizontal separator. + +You can use `

            `-`

            ` tags for headlines. Inside the `

            ` tag, you may use `` for a subheader. The `

            ` looks most natural in the current layout. + ## Helping users in trouble Under "Moderation" -> "Accounts" you can find your users' accounts. You can: