mark2web/vendor/github.com/extemporalgenome/slug/README.md
Sebastian Frank a781485c0a
Some checks failed
continuous-integration/drone/push Build is failing
no git submodules
2022-02-28 10:28:34 +01:00

10 lines
421 B
Markdown

# slug
See the [API docs](http://go.pkgdoc.org/github.com/extemporalgenome/slug).
Latin-ish inputs should have very stable output. All inputs are passed through
an NFKD transform, and anything still in the unicode Letter and Number
categories are passed through intact. Anything in the Mark or Lm/Sk categories
(modifiers) are skipped, and runs of characters from any other categories are
collapsed to a single hyphen.