@@ -202,7 +202,49 @@ no pipes:
202
202
203
203
## Link
204
204
205
- Automatic: < http://example.com > .
205
+ Automatic: < http://example.com >
206
+
207
+ Weird characters: with and without angle brackets:
208
+
209
+ ` ' ` < http://example.com/ab'cd > http://example.com/ab'cd
210
+
211
+ ` " ` < http://example.com/ab"cd > http://example.com/ab"cd
212
+
213
+ ` ! ` < http://example.com/ab!cd > http://example.com/ab!cd
214
+
215
+ ` $ ` < http://example.com/ab$cd > http://example.com/ab$cd
216
+
217
+ ` & ` < http://example.com/ab&cd > http://example.com/ab&cd
218
+
219
+ ` ( ` < http://example.com/ab(cd > http://example.com/ab (cd
220
+
221
+ ` ) ` < http://example.com/ab)cd > http://example.com/ab)cd
222
+
223
+ ` * ` < http://example.com/ab*cd > http://example.com/ab*cd
224
+
225
+ ` + ` < http://example.com/ab+cd > http://example.com/ab+cd
226
+
227
+ ` , ` < http://example.com/ab,cd > http://example.com/ab,cd
228
+
229
+ ` - ` < http://example.com/ab-cd > http://example.com/ab-cd
230
+
231
+ ` . ` < http://example.com/ab.cd > http://example.com/ab.cd
232
+
233
+ ` / ` < http://example.com/ab/cd > http://example.com/ab/cd
234
+
235
+ ` : ` < http://example.com/ab:cd > http://example.com/ab:cd
236
+
237
+ ` ; ` < http://example.com/ab;cd > http://example.com/ab;cd
238
+
239
+ ` = ` < http://example.com/ab=cd > http://example.com/ab=cd
240
+
241
+ ` ? ` < http://example.com/ab?cd > http://example.com/ab?cd
242
+
243
+ ` @ ` < http://example.com/ab@cd > http://example.com/ab@cd
244
+
245
+ ` _ ` < http://example.com/ab_cd > http://example.com/ab_cd
246
+
247
+ ` ~ ` < http://example.com/ab~cd > http://example.com/ab~cd
206
248
207
249
### Relative links
208
250
0 commit comments