# Markdown Demo Post

## Text Formatting
This is **bold text** and this is *italic text*. You can also do ***bold italic*** and ~~strikethrough~~.

Here is `inline code` and a [link to Google](https://google.com).

## Blockquote
> The best way to predict the future is to create it.
> — Abraham Lincoln

## Lists

### Unordered List
- First item
- Second item with **bold**
- Third item

### Ordered List
1. Step one
2. Step two
3. Step three

## Code Block
```javascript
function hell) {
console.log('Hello from Markdown!';
}
```

## Table

| Feature | Status | Priority |
|---------|--------|----------|
| Feed | Done | P0 |
| Messages | Done | P1 |
| Markdown | Testing | P1 |

## Horizontal Rule

---

## Image

![Scenic View](https://images.unsplash.com/ph....oto-1506905925346-21

---

*Posted from Kanojo App with full Markdown support*