Skip to content

Commit 504d212

Browse files
committed
Autolink with single quote
1 parent 75c6f2a commit 504d212

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

md.md

+43-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,49 @@ no pipes:
202202

203203
## Link
204204

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
206248

207249
### Relative links
208250

0 commit comments

Comments
 (0)