Pots consultar tota la informació en aquesta guia: The Markdown Guide!
Aquest Markdown cheat sheet dona una visió ràpida de tots els Markdown elements.No cobreix totes les opcions, si necessites més informació pots adreçar-te al guia de referencia que pots trobar a basic syntax i extended syntax.
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.
bold text
italicized text
blockquote
- First item
- Second item
- Third item
- First item
- Second item
- Third item
code
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Here's a sentence with a footnote. 1
term : definition
The world is flat.
- Write the press release
- Update the website
- Contact the media
That is so funny! 😂
(See also Copying and Pasting Emoji)
I need to highlight these ==very important words==.
H2O
X^2^
Footnotes
-
This is the footnote. ↩
