From 472a2b3c64532f3067a6e7c01cb6c6326f95fe61 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 11 Nov 2023 14:31:49 +1100 Subject: [PATCH] fix nested list indenting Nested lists need to be indented by 4 spaces, not two: https://www.markdownguide.org/basic-syntax/#adding-elements-in-lists fixes #103 --- content/using_bookwyrm/posting-statuses.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/using_bookwyrm/posting-statuses.md b/content/using_bookwyrm/posting-statuses.md index d9e2a050..326448cd 100644 --- a/content/using_bookwyrm/posting-statuses.md +++ b/content/using_bookwyrm/posting-statuses.md @@ -37,9 +37,9 @@ Text can include: - Mentions (@user) - URLs (`http(s)://` is not displayed) - Some [Markdown formatting](https://www.markdownguide.org/cheat-sheet/) - - bold - - italics - - block quotes - - bullet lists - - links + - bold + - italics + - block quotes + - bullet lists + - links