Sample Markdown Document
Introduction
This is a sample Markdown document to demonstrate various formatting elements. You can use Markdown to format text for websites, documentation, or notes.
Formatting Text
- Bold:
**Bold**
→ Bold - Italic:
*Italic*
→ Italic Strikethrough:~~Strikethrough~~
→StrikethroughInline Code
:`Inline Code`
→ `Inline