Type your Markdown here with full GitHub Flavored Markdown support!
| Feature | Support | Status |
|---|---|---|
| Tables | ✅ | Ready |
| Task Lists | ✅ | Ready |
| Code Blocks | ✅ | Ready |
| Math | ✅ | Ready |
console.log("Hello World");
const sum = (a, b) => a + b;
The equation $E = mc^2$ describes energy.
$
\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$
This is a blockquote with bold text
server {
listen 80;
server_name <your-server-ip>;
location / {
proxy_pass http://localhost:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
# Disable buffering to allow streaming responses
proxy_buffering off;
proxy_set_header X-Accel-Buffering no;
}
}
Type your Markdown here with full GitHub Flavored Markdown support!
| Feature | Support | Status |
|---|---|---|
| Tables | ✅ | Ready |
| Task Lists | ✅ | Ready |
| Code Blocks | ✅ | Ready |
| Math | ✅ | Ready |
The equation $E = mc^2$ describes energy.
This is a blockquote with bold text