# project title

write your description in here...

---

## example table

| no  | item1 | item2 |
| --- | ----- | ----- |
| a   | b     | c     |

---

## example link (basic)

[Visit Jumpboot !](https://jumpboot.jefripunza.com "With a Title")

## example link (reference)

I get 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].

[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"

---

## example image

![alt text](https://octodex.github.com/images/bannekat.png "Title")

---

## example blod italic underline

**Tom Ate Those**

_Tom Ate Those_

<u>Tom Ate Those</u>

---

## example quote

> Once upon a time and a very good time it was there was a moocow coming down along the road and this moocow that was coming down along the road met a nicens little boy named baby tuckoo...

---

## example list (dot)

- one
  - one of one
  - one of two
- two
- three

---

## example list (number)

1. one
2. two
3. three

---

## example character (dash)

I wish SmartyPants used named entities like &mdash;
instead of decimal-encoded entites like &#8212;

---

## example character (blockquotes)

    <blockquote>
        <p>For example.</p>
    </blockquote>

skip...

    test

---

# Term

> \ backslash

> ` backtick

> \* asterisk

> \_ underscore

> {} curly braces

> [] square brackets

> () parentheses

> \# hash mark

> \+ plus sign

> \- minus sign (hyphen)

> . dot

> ! exclamation mark

---

# Closing

you can check update this framework on [website !][url_jumpboot]

2020 &copy; [Jefri Herdi Triyanto][url_jefripunza]

[url_jefripunza]: my-site.com "Jefri Herdi Triyanto"
[url_jumpboot]: jumpboot-site.com "Jumpboot Official"
