markdown-it - v15.0.2
    Preparing search index...

    Function isWhiteSpace

    • Checks whether a character code is whitespace recognized by Markdown.

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

      Parameters

      • code: number

      Returns boolean