e.g.: in ``` "a" </> "+" </> + "b" </> " = " </> "c" </> "/" </> "d" ``` one of the soft breaks around equals sign should have higher priority, so that ``` a + b = c / d ``` or ``` a + b = c / d ``` is printed instead of ``` a + b = c / d ```
e.g.:
in
one of the soft breaks around equals sign should have higher priority, so that
or
is printed instead of