Markdown is an easy and powerful way to format your descriptions and long text fields using simple, natural syntax.
italic and bold
*italic* and **bold**
An inline link: Kumu
An inline link: [Kumu](http://launch.kumupowered.com)
An auto-generated link: http://launch.kumupowered.com
http://launch.kumupowered.com
* Milk
* Cookies
* Marshmallows
1. California
2. Texas
3. New York
We also support linking to elements, connections and loops (even other maps in your account) using the following format:
Selectors
[link label](= selector)
[Ryan](= #ryanmohr)
Note: Make sure to remove any special characters and spaces from your element, connection or loop label and lowercase all letters ("Kumu is awesome!" would become "kumuisawesome").
Maps
[link label](#map-slug)
views
[link label](#map-slug/view-slug)
Note: The best way to find the "map-slug" and "view-slug" is to activate the given map and view and look at the URL in your browser. You should be able to spot it quite easily by using the above format as a guide. Then copy and paste the applicable portion.
![Kumu Logo](http://blog.kumu.io/content/images/2015/08/kumu-logo-cutout-full-dark.png)
Look at the embed code of the video you want to embed and grab the URL within src=" "
![I Believe I Can Fly](//player.vimeo.com/video/31240369?color=ffffff)
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
Simply indent lines with four spaces or wrap the code with three backticks:
```
<div class="footer">
© 2013 Kumu Systems LLC
</div>
```
> Add quote text here
One | Two | Three
--- | --- | ---
Blue | White | Gray
Green | Yellow | Red
Three or more dashes or asterisks --- ***
Now you know the basics of formatting with markdown. For more information, visit [Daring Fireball's markdown syntax documentation](http://daringfireball.net/projects/markdown/syntax#precode).