summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/toplevel_paragraphs.md
blob: f344fbe349c9ad076923d6854be8935a3249c0ba (plain)
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
---
gfm: true
---
hello world
    text after spaces
    text after spaces

paragraph before code
```
text inside block code
```

paragraph before hr
* * *

paragraph before head with hash
# how are you

paragraph before head with equals
how are you again
===========

paragraph before blockquote
> text for blockquote

paragraph before list
* text inside list

paragraph before div
<div>text inside div</div>

paragraph with span
<span>text inside span</span>

hello [world][how]

[how]: /are/you

<div>hello</div>

<span>hello</span>