UNPKG

664 BMarkdownView Raw
1---
2title: test
3description: a sample Markdown for test
4---
5
6# H1
7## H2
8### H3
9#### H4
10##### H5
11###### H6
12
13
141. First
151. Second
161. Third
17
18
19* Something
20* [Something](www.something.com)
21* ![Somethong](www.comething.com/img)
22
23
241. Parent
25 - Children
26
27
28| hello | world |
29|-------|-------|
30| 你好 | 世界 |
31
32This is a paragraph, including *EM* and **STRONG**. Any question? Oh, I almost forget `inline code`.
33
34```javascript
35console.log('Hello world!');
36```
37
38> Here is a blockquote
39
40---
41
42<script>
43 console.log('Good bye all!');
44</script>
45
46<p><a href="benjycui.github.io">My blog</a></p>
47
48<div class="home">
49 <div class="banner">Oh, banner!</div>
50</div>
51
52<br />