Nemo157 / maud-pulldown-cmark

An adapter to allow rendering strings as markdown inside a maud macro using pulldown-cmark efficiently.
Apache License 2.0
5 stars 2 forks source link

Ensure href escaper is correct (and finish unimplemented part) #3

Closed Nemo157 closed 8 years ago

Nemo157 commented 8 years ago

Most relevant part of spec: https://url.spec.whatwg.org/#url-units (a "URL unit" is basically an unescaped codepoint or a percent encoded codepoint).

Potentially look at https://nagisa.github.io/marksman_escape/marksman_escape/struct.Escape.html (although that claims html escaping).