Markdown is an easy and powerful way to format your descriptions and long text attributes using simple, natural syntax. Use it to bring account, map, perspective, element, connection and loop descriptions to life!
Basics
italic and bold
italic and bold
An inline link: Kumu
An inline link: Kumu
An auto-generated link: http://launch.kumupowered.com
http://launch.kumupowered.com
Lists
- Milk
- Cookies
- Marshmallows
* Milk
* Cookies
* Marshmallows
- California
- Texas
- New York
1. California
2. Texas
3. New York
Images
Videos
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)
Headers
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
Links within your account
We also support linking to elements, conenctions and loops (even other maps in your account) using the following format:
Selectors
[link label](= selector)
[Ryan](= #ryanmohr)
Maps
[link label](#map-slug)
[link label](#map-slug/perspective-slug)
Code
Simply indent lines with four spaces or wrap the code with three backticks:
```
<div class="footer">
© 2013 Kumu Systems LLC
</div>
```
Blockquotes
Remember, always, that everything you know, and everything everyone knows, is only a model. Get your model out there where it can be viewed. Invite others to challenge your assumptions and add their own.
- Donella Meadows, Thinking in Systems: A Primer
> Add quote text here
Tables
One | Two | Three |
---|---|---|
Blue | White | Gray |
Green | Yellow | Red |
One | Two | Three
--- | --- | ---
Blue | White | Gray
Green | Yellow | Red
Horizontal Rules
Three or more dashes or asterisks --- ***
Now you know the basics of formtting with markdown. For more information, visit [Daring Fireball's markdown syntax documentation](http://daringfireball.net/projects/markdown/syntax#precode).