Function isWhiteSpace

Source
isWhiteSpace(code: number): boolean

Checks whether a character code is whitespace recognized by Markdown.

Matches the Unicode Zs category or \t, \f, \v, \r, \n.