Skip to content

dikamuharman/latihan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Paduan menulis markdown

Heading

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

Formating Text

**tebal**
*miring*
~~strikeline~~

selain menggunakan tanda bintang bisa juga menggunakan garis bawah

__text tebal__
_text miring_

Link

[deskripsi link](https://google.com)

Kita bisa juga menambahkan title untuk tooltips

[deskripsi link](https://google.com "google")

Menginyisipkan gambar

![github logo](https://www.nicepng.com/png/full/52-520535_free-files-github-github-icon-png-white.png)

membuat list

unordered list

* ini
* contoh
* penggunaan 
    * unorder list

ordered list

1. ini 
2. contoh
3. penggunaan
4. ordered list

menyisipkan kode

menggunakan ``` di awal dan di akhir kode

membuat table

|nama|age|
|----|--|
|bob|5|
|Alice|10|

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published