Markdown Cheat Sheet

Beranda » Tutorial » Markdown Cheat Sheet

Berikut merupakan kumpukan syntax markdown yang sering digunakan, beserta contoh outputnya.

Daftar Isi

Heading

# H1
## H2
### H3
markdown heading
markdown heading

Bold

**bold text**
markdown bold
markdown bold

Italic

*italicized text*
markdown italic
markdown italic

Blockquote

> blockquote
markdown blockquote
markdown blockquote

Ordered List

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

Unordered List

- First item
- Second item
- Third item
markdown unordered
markdown unordered

Code

`code`
markdown code
markdown code

Horizontal Rule

---
makdown line
makdown line
[title](https://www.example.com)
markdown link
markdown link

Image

![alt text](image.jpg)
markdown image
markdown image

Table

| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text | 
markdown table
markdown table

Code Block

```json
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
``` 
markdown codeblock
markdown codeblock

Strikethrough

~~The world is flat.~~
markdown strikethrough
markdown strikethrough

Task List

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media 
markdown task
markdown task
Kategori : Tutorial
Oleh : budiyono, diterbitkan : disunting :