Welcome to a comprehensive example of markdown in action.
This document demonstrates all the main features.
- Italic text
- Bold text
- Bold and italic
Strikethrough- Underlined (via HTML)
- Item A
- Sub-item A1
- Sub-item A2
- Item B
- Item C
- First
- Second
- Sub-second
- Sub-second again
- Third
- Done item
- Pending item
- Another pending item
- Inline link: OpenAI
- Reference link: Search Engine
- Autolink: https://example.com
This is a blockquote.
Nested blockquote inside.
| Feature | Supported | Notes |
|---|---|---|
| Bold | β | Works inside tables too |
| Italics | β | Styling works fine |
| Links | β | Example |
| Images | β | |
| Task List | β | Not supported in table cells |
Superscript: XΒ²
Subscript: HβO
Emoji: π π π
HTML inside markdown: highlighted text
Here's a statement with a footnote.1
Term 1
: Definition of term 1
Term 2
: Definition of term 2 with emphasis
*Not italic* but literal asterisks
Use a backslash for: # * [ ] ( )
Console.WriteLine("test");That's the full tour of markdown features.
Footnotes
-
This is the footnote explanation. β©