## Reference

Markdown चीट शीट

Markdown लिखने के लिए जो भी चाहिए, एक ही जगह। ऊपर syntax और नीचे उसका असर।


Headings

# Heading 1
## Heading 2
### Heading 3
#### Heading 4

जितने ज़्यादा #, उतनी छोटी heading।


Formatting

**bold text**

Double asterisks से bold.

*italic text*

Single asterisk से italic.

`inline code`

Backticks से inline code.

~~strikethrough~~

Double tildes से strike.


Links और images

[Link text](https://example.com)

Square brackets में text, parentheses में URL.

![Alt text](image.png)

! prefix से image syntax बनती है.


Lists और tables

- Item one
- Item two
1. First item
2. Second item

Unordered और ordered lists दोनों आसान हैं।

| A | B |
|---|---|
| 1 | 2 |

Tables के लिए pipes और separators.


Code blocks

```js
console.log("Hello")
```

Triple backticks और language name से syntax highlighting मिलती है।


Learn more

देखें ShowMeMyMD as a Markdown viewer और preview guide


Markdown syntax की quick reference

एक बार का payment। कोई setup नहीं। कोई guessing नहीं।

डाउनलोड करेंMac App Store