From 442a50f9ae8fbe9caadff2fcfd3fbef62a81c236 Mon Sep 17 00:00:00 2001 From: aki-mizu Date: Fri, 6 Jan 2023 17:21:06 +0900 Subject: [PATCH] update markdown format guides in Formatting Notes In iOS for strikethrough only one tilde symbol is needed before and after words Closes: #269 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 993a208c..ce8044c5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ damus implements the following [Nostr Implementation Possibilities][nips] - Formatting Notes (may not format as intended in other web clients) - Italics: 1 asterisk `*italic*` - Bold: 2 asterisk `**bold**` - - Strikethrough: 2 tildes `~~strikethrough~~` + - Strikethrough: 1 tildes `~strikethrough~` - Code: 1 back-tick ``code`` #### 💬 Encrypted DMs (chat app, bottom navigation)