You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update-book2: work around a regression in AsciiDoctor v2.0.19
In #1879 a regression was
reported in the way the explanation of the refspec format is rendered;
It is now broken.
The reason is a regression in AsciiDoctor (reported at
asciidoctor/asciidoctor#4624).
As a work-around, replace the `+` instances (which are mis-interpreted
if more than one exists in the same line) by `{plus}` (which AsciiDoctor
renders exactly like AsciiDoc would).
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments