icyleaf / markd

Yet another markdown parser, Compliant to CommonMark specification, written in Crystal.
MIT License
109 stars 31 forks source link

Use URI#encode Replace URI#escape #18

Closed Hentioe closed 5 years ago

Hentioe commented 5 years ago

The URI.escape method has been deprecated. I can't compile it on Crystal 0.30.1.

https://crystal-lang.org/api/0.30.1/URI.html#escape(string:String,io:IO,space_to_plus=false)-class-method