View Source Mobilizon.Service.Formatter.Text (Mobilizon v5.0.0-beta.1)

Helps to format text blocks

Inspired from https://elixirforum.com/t/is-there-are-text-wrapping-library-for-elixir/21733/4 Using the Knuth-Plass Line Wrapping Algorithm https://www.students.cs.ubc.ca/~cs-490/2015W2/lectures/Knuth.pdf

Summary

Functions

Link to this function

paragraph(string, max_line_length, prefix \\ "")

View Source
Link to this function

quote_paragraph(string, max_line_length)

View Source