Markdown Master

Untitled Document
Words: 0 | Characters: 0
Version 1/111:51:09 AM(Use "Save Version" to create document versions)

Welcome to Markdown Master

This is a bold text, and this is an italic text.

Lists

Unordered List

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2

Ordered List

  1. First item
  2. Second item
  3. Third item

Links and Images

OpenAI

Sample Image

Code

Inline code looks like this.

function greet(name) { console.log(`Hello, ${name}!`); } greet('World');

Tables

Header 1Header 2
Row 1, Col 1Row 1, Col 2
Row 2, Col 1Row 2, Col 2

Blockquotes

This is a blockquote. It can span multiple lines.

Mathematical Equations

Inline equation: E=mc2E = mc^2

Block equation:

n!k!(nk)!=(nk)\frac{n!}{k!(n-k)!} = \binom{n}{k}

Horizontal Rule


That's all for now!