LaChRiZ / github-test-playground

Just a playground to test some github features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github test playground

Topics

Markdown Syntax

Headlines

# First level

## Second level

### Thrid level

Text

**bold**
_italic_
~~striked~~

bold
italtic
striked

Lists

Unordered list

* apple
* banana
* grapefruit
  • apple
  • banana
  • grapefruit

Ordered list

1. butter
2. flour
3. milk
  1. butter
  2. flour
  3. milk

Mixed list

1. create dough
    + add sugar
    + add egs
    + add flour
2. mix all incredients together
  1. create dough
    • add sugar
    • add egs
    • add flour
  2. mix all incredients together

Links

* simple link <https://github.com>
* link with different display text [Github](https://github.com)
* link with display text and tooltip [Link to Github with tooltip](https://github.com "Thats the tooltip")
* link to [Help Page](help.md)

Tables

Fruit | Color | Taste
------|-------|------
green apple | green | sour
banana | yellow | sweed
kiwi | green | sweed
Fruit Color Taste
green apple green sour
banana yellow sweed
kiwi green sweed

Comments

<!-- this is a hidden comment -->

About

Just a playground to test some github features