Liquex.Parser.Literal.non_breaking_whitespace

You're seeing just the function non_breaking_whitespace, go back to Liquex.Parser.Literal module for more information.
Link to this function

non_breaking_whitespace(combinator \\ empty(), min \\ 0)

View Source

Specs

non_breaking_whitespace(NimbleParsec.t(), non_neg_integer()) :: NimbleParsec.t()

Parses not line breaking white space, given a minimum.

Examples

* "  "
* " "