From 0c743b6a896afc606714bdc5f174cafa61ca1b94 Mon Sep 17 00:00:00 2001 From: aamir296 <108506167+aamir296@users.noreply.github.com> Date: Tue, 2 Aug 2022 09:50:29 +0530 Subject: [PATCH] Update markdown-guidelines.md Added strikethrough in the "Text Formatting" section. --- docs/markdown-guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/markdown-guidelines.md b/docs/markdown-guidelines.md index d56bae7..f66bd94 100644 --- a/docs/markdown-guidelines.md +++ b/docs/markdown-guidelines.md @@ -111,6 +111,8 @@ function hello() { The bold and italics markdown syntax works inside almost any block-level element, like Quotes, Lists, Inline code, etc. +~~Strikethrough:~~ Wrap the text with double tildes `~~` to strike through the text. We will wrap the text with the `` tag while parsing. + ## Quotes Use the greater than sign to format a text as a quote. For example: