Skip to content

Latest commit

 

History

History
115 lines (66 loc) · 1.7 KB

markdown.md

File metadata and controls

115 lines (66 loc) · 1.7 KB

Write attractive md (ReadMe) files for your repos

Heading 1

Heading 2

1234

Italics

Bold Text

// code snippet

 var language = "Kotlin "
 val len = language.trim().length()

Links

https://kotlinlang.org/

you can find a similar repo here

or

Click here

or

Referal link

Username @mentions

@Ericgacoki

Emojis

basecampy :basecampy:

goberserk :goberserk:

shipit :shipit:

Flags

pirate 🏴‍☠️

crossed 🎌

checkered 🏁

rainbow 🏳️‍🌈

countries

Kenya 🇰🇪

Malaysia 🇲🇾

see more emojis from github emoji API

image

Image

keywords

for (item in items){ if ...}

tables

H1 H2 H3
🧑‍💻 Android Is Fun
Go Try It 😉

Blockquotes

this is a block quote

colors

  • #f03c15 #f03c15
  • #c5f015 #c5f015
  • #1589F0 #1589F0
 colored text
 
- text in red
+ text in green
! text in orange
# text in gray

Lists

  1. list one
  2. list two
  3. list three
  • bullet1
  • bullet2
  1. list four

hr line1 .


hr line2 .