Welcome to Markdown Master
This is a bold text, and this is an italic text.
Lists
Unordered List
Ordered List
- First item
- Second item
- Third item
Links and Images
OpenAI

Code
Inline code
looks like this.
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');
Tables
Header 1 | Header 2 |
---|
Row 1, Col 1 | Row 1, Col 2 |
Row 2, Col 1 | Row 2, Col 2 |
Blockquotes
This is a blockquote.
It can span multiple lines.
Mathematical Equations
Inline equation: E=mc2
Block equation:
k!(n−k)!n!=(kn)
Horizontal Rule
That's all for now!