Letβs learn how to format text using Markdown. It makes your text bold, italic, quoted, or even adds code snippets with just plain characters!
**bold**
β bold*italic*
β italic~~strikethrough~~
β > Blockquote
β Blockquote
`inline code`
β inline code
``` code block ```
β code block section
β image embed[Link Text](URL)
β hyperlink