Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. Source: Wikipedia
bold text bold text (double asterisks or double underscores)
italic italic (one asterisk or one underscore)
Strikethrough
bold & italic
(***) or (___)
(use asterisks, pluses, and hyphens - tab for subitens)
- 1
- 1.1
- 1.2
- 2
- 2.1
- 2.2
- 1
- 1.1
- 1.2
- 2
- 2.1
- 2.2
- 1
- 1.1
- 2
- 2.1
- 3
- 4
- 5
- Iten 1
- Iten 2
- Iten 2.1
- Iten 3
- Iten 3.1
- Iten 3.2
- Study Github
- Create a repository for Git & Github documentation
- Code in Java for 4 hours
- Call mum
- Run for 30 min
- Practice yoga for 1 hour
- Bake a cake
Suported files: gif, jpeg, jpg, png, docx, gz, log, pdf, pptx, txt, xlsx or zip.
- same to images, except for the !exclamation mark
| Name | Meal | Order |
|---|---|---|
| Rose | quiche | 5 |
| Mary | salad | 2 |
Introducing my quote:
Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...
This is a code block
To add syntax highlighting to a code block, add the name of the language immediately after the backticks:
var oldUnload = window.onbeforeunload;
window.onbeforeunload = function() {
saveCoverage();
if (oldUnload) {
return oldUnload.apply(this, arguments);
}
};- colon + shortcode + colon
🖖 😊 🧑💻
You will find all emoji´s shortcodes here. Thanks @ikatyang! :smiley:
- just use @
Exemple: @sarahdialmeida