summaryrefslogtreecommitdiff
path: root/tests/snippets/markdown/test_subheadings.txt
blob: 3a42fe7e3ed18b87923ed700ab33d6cf9363c2ee (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---input---
Subheadings:

##Subheading

## Subheading

### Subheading

#### Subheading

##### Subheading

## Another subheading

## Another ## subheading

##### Subheading #

##### Subheading #####


These are NOT subheadings:

##

a ##

*##

###### too many hashes

---tokens---
'Subheadings:' Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'##Subheading' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'## Subheading' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'### Subheading' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'#### Subheading' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'##### Subheading' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'## Another subheading' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'## Another ## subheading' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'##### Subheading #' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'##### Subheading #####' Generic.Subheading
'\n'          Text

'\n'          Text.Whitespace

'\n'          Text.Whitespace

'These'       Text
' '           Text
'are'         Text
' '           Text
'NOT'         Text
' '           Text
'subheadings:' Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'##'          Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'a'           Text
' '           Text
'##'          Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'*##'         Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'###### too many hashes' Generic.Subheading
'\n'          Text