|
1 | | -This repo is only for testing how GitHub / GitLab work. |
| 1 | +Tests to see how GitHub and GitLab work exactly. |
2 | 2 |
|
3 | | -Size limit tests will not be included here so as to keep this repo small. |
| 3 | +Tests that are very large will not be included here to keep this repository small: |
4 | 4 |
|
5 | | -# Markdown tests |
6 | | - |
7 | | -# h1 |
8 | | - |
9 | | -## h2 |
10 | | - |
11 | | -### h3 |
12 | | - |
13 | | -#### h4 |
14 | | - |
15 | | -##### h5 |
16 | | - |
17 | | -## 012 UPPERCASE underline_hyphen-spaces others%%%end |
18 | | - |
19 | | -# h |
20 | | - |
21 | | -[""]() |
22 | | - |
23 | | -[#h](#h) |
24 | | - |
25 | | -[/#h](/#h) |
26 | | - |
27 | | -[README.md#h](README.md#h) |
28 | | - |
29 | | -[d/README.md#h](d/README.md#h) |
30 | | - |
31 | | -[`code` inside link](#) |
32 | | - |
33 | | -## List |
34 | | - |
35 | | -No newlines: |
36 | | - |
37 | | -- a |
38 | | -- b |
39 | | -- c |
40 | | - |
41 | | -Newlines: |
42 | | - |
43 | | -- a |
44 | | - |
45 | | -- b |
46 | | - |
47 | | -- c |
48 | | - |
49 | | -Some newlines: |
50 | | - |
51 | | -- first |
52 | | - |
53 | | -- after newline |
54 | | -- not after newline |
55 | | - |
56 | | -Ordered: |
57 | | - |
58 | | -1. 1 |
59 | | -2. 2 |
60 | | -3. 3 |
61 | | - |
62 | | -Only 1: |
63 | | - |
64 | | -1. 1 |
65 | | -1. 1 |
66 | | -1. 1 |
67 | | - |
68 | | -Start 2: |
69 | | - |
70 | | -2. 2 |
71 | | -3. 3 |
72 | | -4. 4 |
73 | | - |
74 | | -Inner list: |
75 | | - |
76 | | -1. 1 |
77 | | -2. 2 |
78 | | - - list |
79 | | -3. 3 |
80 | | - |
81 | | -Inner list: |
82 | | - |
83 | | -1. 1 |
84 | | -1. 1 |
85 | | - - list |
86 | | -1. 1 |
87 | | - |
88 | | -Inner list 1: |
89 | | - |
90 | | -1. 1 |
91 | | - |
92 | | -1. 1 |
93 | | - |
94 | | - - list |
95 | | - - list |
96 | | - |
97 | | -1. 1 |
98 | | - |
99 | | -Inner par list: |
100 | | - |
101 | | -1. 1 |
102 | | - |
103 | | -2. 1 |
104 | | - |
105 | | - - list |
106 | | - - list |
107 | | - |
108 | | -3. 1 |
109 | | - |
110 | | -Inner par ordered list: |
111 | | - |
112 | | -1. 1 |
113 | | - |
114 | | -2. 1 |
115 | | - |
116 | | - 1. list |
117 | | - 2. list |
118 | | - |
119 | | -3. 1 |
120 | | - |
121 | | -Inner par: |
122 | | - |
123 | | -1. 1 |
124 | | -1. 1 |
125 | | - |
126 | | - par |
127 | | - |
128 | | -1. 1 |
129 | | - |
130 | | - |
131 | | -Nested: |
132 | | - |
133 | | -- par |
134 | | - - nopar |
135 | | - - nopar |
136 | | - - nopar |
137 | | - |
138 | | - - par |
139 | | - |
140 | | - - par |
141 | | - |
142 | | - - par |
143 | | - |
144 | | -- par |
145 | | - |
146 | | -- par |
147 | | - |
148 | | - |
149 | | -Code in list with one indent: |
150 | | - |
151 | | -- a |
152 | | - |
153 | | - b |
154 | | - |
155 | | -## Table |
156 | | - |
157 | | -Very picky about table format. There must be the right amount of pipes, 3 consecutive hyphens per column of the separator line: |
158 | | - |
159 | | -| a | b | |
160 | | -|---|---| |
161 | | -| c | d | |
162 | | - |
163 | | -No outer pipes: |
164 | | - |
165 | | - a | b |
166 | | ----|--- |
167 | | - c | d |
168 | | - |
169 | | -4 hyphens: |
170 | | - |
171 | | -| a | b | |
172 | | -|----|---| |
173 | | -| c | d | |
174 | | - |
175 | | -Space 3 hyphens: |
176 | | - |
177 | | -| a | b | |
178 | | -| ---|---| |
179 | | -| c | d | |
180 | | - |
181 | | -3 hyphens space: |
182 | | - |
183 | | -| a | b | |
184 | | -|--- |---| |
185 | | -| c | d | |
186 | | - |
187 | | -hyphen space 2 hyphens: |
188 | | - |
189 | | -| a | b | |
190 | | -|- --|---| |
191 | | -| c | d | |
192 | | - |
193 | | -2 hyphens: |
194 | | - |
195 | | -| a | b | |
196 | | -|--|---| |
197 | | -| c | d | |
198 | | - |
199 | | -no pipes: |
200 | | - |
201 | | -| a | b | |
202 | | -|-------| |
203 | | -| c | d | |
204 | | - |
205 | | -| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | |
206 | | -|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------| |
207 | | -| Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | Open source | |
208 | | - |
209 | | -| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | |
210 | | -|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------|---------------------------------| |
211 | | -| asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | asdfqwerasdfqwerasdqwerasdfqwer | |
212 | | - |
213 | | -## Link |
214 | | - |
215 | | -Relative link: [a.md](a.md). |
216 | | - |
217 | | -Relative link: [..](..). |
218 | | - |
219 | | -Relative automatic link: <a.md>. |
220 | | - |
221 | | -Automatic link: <http://example.com>. |
| 5 | +- <https://github.com/cirosantilli/test-diff-many-files> |
| 6 | +- <https://github.com/cirosantilli/test-pr-many-commits> |
0 commit comments