Skip to content

apiiRR/markdown-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

BOOTCAMP MARKDOWN

HEADING

# ini h1
## ini h2
### ini h3
#### ini h4
##### ini h5
###### ini h6

EMPHASIS

ini tulisan miring bisa juga memakai underscores

ini tulisan bold bisa juga memakai underscores

tulisan coret dapat menggunakan 2 tildes Dicoret

ini tulisan *miring* 
bisa juga memakai _underscores_

ini tulisan **bold** 
bisa juga memakai __underscores__

tulisan coret dapat menggunakan 2 tildes ~~Dicoret~~

LIST

  1. satu
  2. dua
    • tiga
    • empat
    1. lima
    2. enam
1. satu
2. dua
    * tiga
    * empat
    1. lima
    2. enam

LINK

contoh link

contoh link dengan judul

[contoh link](www.google.com)

[contoh link dengan judul](www.google.com "jaga kesehatan anda")

IMAGES

Github Logo

![Github Logo](https://github.githubassets.com/images/modules/open_graph/github-mark.png "Ini Logo Github loo")

HIGHLIGHTING

satu line

satu block

satu `line`

``` satu block ```

TABLE

Nama Umur
Rafi 18
Bandi 30
Dika 60
| Nama       | Umur       |
| ------------- |:-------------:|
| Rafi      | 18 |
| Bandi      | 30      |
| Dika | 60      |

BLOCKQUOTES

ini adalah contoh blockquotes

> ini adalah contoh blockquotes

HORIZONTAL RULE

Hyphens


Asterisk


Underscores


Hyphens

--- 

Asterisk
***

Underscores
___

YOUTUBE VIDEOS

STT NF

[![STT NF](https://www.youtube.com/watch?v=doiGds38HOU)](https://www.youtube.com/watch?v=doiGds38HOU)

TASK LIST

  • buat markdown
  • buat web personal
- [x] buat markdown
- [x] buat web personal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published