jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

Filter reserved and unsafe chars in slug #45

Closed jeffp42ker closed 2 years ago

jeffp42ker commented 2 years ago

Removes more characters in title->slug, per RFC 3986 url spec.

Reverts whitespace added in edit-post to match existing style via .cljfmt.edn, as discussed in issue https://github.com/jacobobryant/platypub/issues/27