Markdown Cheatsheethttps://www.markdownguide.org/cheat-sheet/ The-Ultimate-Markdown-Cheat-Sheet1. Headings:# Heading 1 ## Heading 2 ### Heading 3 2. Text Styles:Bold: **Bold**Italic: *italic*Blockquotes: > Blockquotes> Blockquotes > > Nested Blockquotes BlockquoteNested BlockquotesStrike-through: ~~Strike-through~~code: `code`Fenced Code Block: ```shift+enter to exit List:1112223331122- xxx- xxx3. Table:| Default | Left align | Center align | Right align | | - | :- | :-: | -: | | 9999999999 |...