Closed
Description
Long lines that have something in parentheses closer to the end are often misformatted in such a way that a hanging paren remains on one line, while the enclosed text jumps to the other.
This especially concerns release notes. Here is an example (note the orphan parenthesis after "when it yields"):
https://www.tarantool.io/en/doc/latest/release/2021-08-releases/#triggers
This looks like a technical issue. It repeats across the whole documentation.
How it looks now:
Fixed a bug where multibyte characters broke space:fselect() output (
v. 2.10.0-beta1).
How it should look:
Fixed a bug where multibyte characters broke space:fselect() output (v. 2.10.0-beta1).
Or:
Fixed a bug where multibyte characters broke space:fselect() output
(v. 2.10.0-beta1).
My idea is that the opening brace must be indivisible from what follows after it.