Essence.Chunker.paragraphs
You're seeing just the function
paragraphs
, go back to Essence.Chunker module for more information.
Link to this function
paragraphs(text)
Specs
paragraphs(String.t()) :: List.t()
Chunks a given text
into paragraphs. A paragraph is any text, separated by two or more newline characters.