-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmd
64 lines (43 loc) · 926 Bytes
/
md
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag
* Item 1
* Item 2
* Item 2a
* Item 2b
http://github.com - automatic!
[GitHub](http://github.com)
1. Item 1
2. Item 2
3. Item 3
* Item 3a
* Item 3b
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
*You **can** combine them*#
As Grace Hopper said:
> I’ve always been more interested
> in the future than in the past.
>
\*literal asterisks\*
```javascript
function test() {
console.log("look ma’, no spaces");
}
```
#1
github-flavored-markdown#1
defunkt/github-flavored-markdown#1
- [x] this is a complete item
- [ ] this is an incomplete item
- [x] @mentions, #refs, [links](),
**formatting**, and <del>tags</del>
supported
- [x] list syntax required (any
unordered or ordered list
supported)
<details>
<summary>Spoiler warning</summary>
</details>