menos de un minuto leyendo
Markdown Cheat Sheet
Contenido
Basic Syntax
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.
Heading
H2
H3
H4
Bold
bold text
Italic
italicized text
Blockquote
blockquote
Ordered List
- First item
- Second item
- Third item
Unordered List
- First item
- Second item
- Third item
Code
This is a code
tag for tiny code mentions.
Horizontal Rule
Link
Image
Extended Syntax
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Table
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Fenced Code Block
JSON
json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Python
Python
import numpy as np
x = np.pi * 32
for i in range(x)
print('Hello')
JavaScript
JavaScript
function Hello() {
console.log('Hello')
}
Footnote
Here's a sentence with a footnote. 1
Here's a second sentence with a Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat. 2
Heading ID
My Great Heading
Definition List
term : definition
Strikethrough
The world is flat.
Task List
- Write the press release
- Update the website
- Contact the media
Emoji
That is so funny! 😂
(See also Copying and Pasting Emoji)
Highlight
I need to highlight these ==very important words==.
Subscript
H2O
Superscript
X^2^