Parse and stringify space separated tokens
micromark factory to parse markdown space (found in lots of places)
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: foo-bar
→ fooBar
Strip leading whitespace from each line in a string