The summary / index for functions that is generated when producing markdown contains too much text and truncates it.
For example:
tahu::attributes: Returns the instance attributes of an Object or Type. An instance attribute is an attribute of a value. Only Object values have inst
For documentation that looks like this:
# Returns the instance attributes of an `Object` or `Type`.
#
# An *instance attribute* is an attribute of a value. Only `Object` values have
# instance attributes; for example the `name` of a `Person`. Contrast this
# with a *type attribute* which is an attributes of a `Type`. The type attributes
I expected that it would only use only the first sentence, or at least stop at the first blank line.