From 5b1f92c2033d4e422607abe10db9a2f41931a45a Mon Sep 17 00:00:00 2001 From: aaaaalbert Date: Tue, 4 Apr 2023 10:44:41 +0200 Subject: [PATCH] Fix markdown figure formatting leftovers in the English docs (#1195) * Convert left over Markdown figures to Hugo Also add captions for the respective figures: profile.jpg, bell.jpg, and lists.jpg * Convert another left over Markdown figure to Hugo Also add a caption for the figure: bot-flag.jpg --- content/en/user/network.md | 7 ++++--- content/en/user/profile.md | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/user/network.md b/content/en/user/network.md index 44042220..4d406e67 100644 --- a/content/en/user/network.md +++ b/content/en/user/network.md @@ -44,7 +44,7 @@ When unread notifications are present, a checkmark will appear in the column hea ## Following profiles {#follow} -![]({{ relUrl "/assets/profile.jpg" }}) +{{< figure src="assets/profile.jpg" caption="Overview of a profile." >}} As long as you encounter a person within your app’s user interface, e.g. the web interface on your home server, or your mobile app, you can just click “follow” and you won’t notice a difference if that person is on your server or not. @@ -54,7 +54,7 @@ If you are visiting a public page on another Mastodon site, see [Using Mastodon ## Enabling notifications {#bell} -![]({{ relUrl "/assets/bell.jpg" }}) +{{< figure src="assets/bell.jpg" caption="An example of a profile that you are following." >}} If you are following someone, you also have the option to receive a notification every time they post. To opt into this functionality, click the bell icon. @@ -90,7 +90,8 @@ In Mastodon, direct messages are just posts that have the "direct" visibility se Lists are subsets of your home timeline. You can create a list, give it a name, and add users that you follow to that list. -![]({{ relUrl "/assets/lists.jpg" }}) +{{< figure src="assets/lists.jpg" caption="A list of lists" >}} + Opening a list will load that list's timeline. List timelines contain only posts by members of that list, as well as replies to you or to other members of the list. This can be changed to show replies to all people you follow, or to no one. diff --git a/content/en/user/profile.md b/content/en/user/profile.md index f5d453c4..d8361156 100644 --- a/content/en/user/profile.md +++ b/content/en/user/profile.md @@ -33,7 +33,8 @@ Your header is a banner image shown at the top of your profile, as well as in pr You can set certain flags on your profile to let others know how you use Mastodon. -![]({{ relUrl "/assets/bot-flag.jpg" }}) +{{< figure src="assets/bot-flag.jpg" caption="Overview of a profile with the Bot flag set." >}} + ### Locked account {#locked}