Skip to content

Commit 9613628

Browse files
author
Mike Weiblen
committed
test
1 parent 4981beb commit 9613628

File tree

1 file changed

+56
-7
lines changed

1 file changed

+56
-7
lines changed

test.md

Lines changed: 56 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
layout: post
3-
title: test1
4-
---
5-
6-
MD test
7-
81
# Head1
92
foo
103

@@ -19,3 +12,59 @@ foo
1912

2013
http://mew.cx/pn3
2114

15+
[N=N=N](http://ProjectAzide.github.io/)
16+
17+
*Italics*
18+
19+
**Bold**
20+
21+
_combinations __are__ allowed_
22+
23+
Image: ![alt text](url)
24+
25+
before
26+
27+
```
28+
fenced code block
29+
```
30+
31+
A<sup>1</sup><sub>2</sub>
32+
33+
after
34+
35+
A blockquote follows:
36+
> this is the first<br>
37+
> then second
38+
39+
* List 1
40+
* list 2
41+
* sublist 1
42+
* sublist 2
43+
44+
@mew-cx
45+
46+
@ProjectAzide
47+
48+
:+1: yay!
49+
50+
Task list
51+
- [ ] one
52+
- [X] two
53+
- [ ] three
54+
- [ ] four
55+
56+
head 1 | head 2 | head 3
57+
---- | ---- | ----
58+
a | 1 | alpha
59+
b | 2 | beta
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+

0 commit comments

Comments
 (0)