-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmarkdown.sheet
48 lines (36 loc) · 1.15 KB
/
markdown.sheet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Header 1 #
## Header 2 ##
### Header 3 ### (Hashes on right are optional)
#### Header 4 ####
##### Header 5 #####
This is a paragraph, which is text surrounded by whitespace.
Paragraphs can be on one line (or many), and can drone on
for hours.
Not sure this paragraph is right:
Here is a Markdown link to [Warped](http://warpedvisions.org),
and a <literal>. Now some SimpleLinks, like one to google
(autolinks to are-you-feeling-lucky), a test link to a
Wikipedia page, and a [CPU][http://foldoc.org?CPU].
Now some inline markup like _italics_, **bold**, and `code()`.
> Blockquotes are like quoted text in email replies
>> And, they can be nested
* Bullet lists are easy too
- Another one
+ Another one
1. A numbered list
2. Which is numbered
3. With periods and a space
And now some code:
// Code is just text indented a bit
which(is_easy) to_remember();
Text with
two trailing spaces
(on the right)
can be used
for things like poems
Some horizontal rules:
* * * *
****
---
----------
![alternate image text](image-url.gif){#anchor}