Plain-text formatter for MF2 highlight tokens.
Concatenates every token's text and discards the class. The output
equals the canonical MF2 string produced by
Localize.Message.Print.to_string/1 — this property is verified
in the highlighter test suite.
Summary
Functions
Concatenates the text of every token into a single string.
Functions
@spec render([Localize.Message.Highlighter.token()]) :: String.t()
Concatenates the text of every token into a single string.
Arguments
tokensis a list oft:Highlighter.token/0tuples.
Returns
- A plain string — the canonical MF2 message.