donbonifacio/clojure-slugifier

Apostrophes remaining in output string?

dhruvbhatia opened this issue · 3 comments

Great library - are apostrophes ' meant to remain in the slugified output string?

(clojure-slugifier.core/slugify "André Conceição's House")
=> "andre-conceicao's-house"

No, they are not, I'll fix this.

New version 0.3.0 available on clojars. Thanks @dhruvbhatia :)

@donbonifacio Thanks for the quick fix! 👍