xupisco

// insert clever quote here

github twitter email
Markdown Cheatsheet
21/06/2017
Apenas 1 minuto de leitura

Userfull commands

Images
Kids and me

Links
Text to display

Shortcodes

Coding

import django
django.VERSION
print "{0} {1}".format("Hello", "World")
function omelete(ovos) {
    ovos = ovos || 0;
    for(i = 0; i <= ovos; i++) {
        ovos.break();
    }
}

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

<< Voltar para os posts