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.
Zs
\t
\f
\v
\r
\n
Checks whether a character code is whitespace recognized by Markdown.
Matches the Unicode
Zscategory or\t,\f,\v,\r,\n.