84: Line overrun when using closed-open interval notation
More gracefully handle unterminated [] references (for example when
comment is using it in things like [closed, open) intervals)
Recognize and convert accidentally capitalized kdoc tags like @See
If you have a [ref] which spans a line such that the # ends up as a
new line, don't treat this as a "# heading".
Make sure we don't line break at an expression starting with ">"
since that would turn into a quoted line.
If you're using optimal line breaking and there's a really long,
unbreakable word in the paragraph, switch that paragraph over to
greedy line breaking (to make the paragraph better balanced since
the really long word throws the algorithm off.)
Fix a few scenarios where markup conversion from
and
wasn't converting everything.
Allow @property[name], not just @param[name]
The --hanging-indent flag now also sets the nested list indent
(if >= 3)
84: Line overrun when using closed-open interval notation
and wasn't converting everything.