Multi-line class description

How do you get a class description to display over multiple lines?

I want this,

A function that combines a set of inputs by multiplying each by a weight and then adding them up. Parameter: The weights array. Links: Links to all the input functions.

to appear like this,

A function that combines a set of inputs by multiplying each by a weight and then adding them up.
Parameter: The weights array.
Links: Links to all the input functions.

See https://perceptualrobots.github.io/pct/functions/#WeightedSum

I have tried adding “\n” and having three lines of quoted text, but to no avail.

You cant this isn’t supported

1 Like