Skip to content

Commit fb3d8e5

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

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

md.md

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

203203
## Link
204204

205-
Automatic: <http://example.com>.
205+
Automatic: <http://example.com>
206+
207+
Weird characters:
208+
209+
`'` http://example.com/ab'cd
210+
`"` http://example.com/ab"cd
211+
`!` http://example.com/ab!cd
212+
`$` http://example.com/ab$cd
213+
`&` http://example.com/ab&cd
214+
`'` http://example.com/ab'cd
215+
`(` http://example.com/ab(cd
216+
`)` http://example.com/ab)cd
217+
`*` http://example.com/ab*cd
218+
`+` http://example.com/ab+cd
219+
`,` http://example.com/ab,cd
220+
`-` http://example.com/ab-cd
221+
`.` http://example.com/ab.cd
222+
`/` http://example.com/ab/cd
223+
`:` http://example.com/ab:cd
224+
`;` http://example.com/ab;cd
225+
`=` http://example.com/ab=cd
226+
`?` http://example.com/ab?cd
227+
`@` http://example.com/ab@cd
228+
`_` http://example.com/ab_cd
229+
`~` http://example.com/ab~cd
230+
231+
`'` <http://example.com/ab'cd>
232+
`"` <http://example.com/ab"cd>
233+
`!` <http://example.com/ab!cd>
234+
`$` <http://example.com/ab$cd>
235+
`&` <http://example.com/ab&cd>
236+
`'` <http://example.com/ab'cd>
237+
`(` <http://example.com/ab(cd>
238+
`)` <http://example.com/ab)cd>
239+
`*` <http://example.com/ab*cd>
240+
`+` <http://example.com/ab+cd>
241+
`,` <http://example.com/ab,cd>
242+
`-` <http://example.com/ab-cd>
243+
`.` <http://example.com/ab.cd>
244+
`/` <http://example.com/ab/cd>
245+
`:` <http://example.com/ab:cd>
246+
`;` <http://example.com/ab;cd>
247+
`=` <http://example.com/ab=cd>
248+
`?` <http://example.com/ab?cd>
249+
`@` <http://example.com/ab@cd>
250+
`_` <http://example.com/ab_cd>
251+
`~` <http://example.com/ab~cd>
206252

207253
### Relative links
208254

0 commit comments

Comments
 (0)