doc hash-function-transition: fix asciidoc output
commitde82095a959df0af307e053df7672c342f2a5551
authorThomas Ackermann <th.acker@arcor.de>
Fri, 5 Feb 2021 18:22:24 +0000 (5 18:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Feb 2021 19:57:02 +0000 (5 11:57 -0800)
tree432a01e8105dc039dfdc59dbd4696eefc1cc684d
parente6362826a0409539642a5738db61827e5978e2e4
doc hash-function-transition: fix asciidoc output

Asciidoc requires lists to start with an empty line and uses
different characters for indentation levels ("-", "*", "**", ...).
For special symbols like a dash "--" has to be used and there is
no double arrow "<->", so a left and right arrow "<-->" has to be
combined for that. Lastly for verbatim output a newline followed
by an indentation has to be used.

Fix asciidoc output for lists, special characters and verbatim
text while retaining the readabilty of the original text file.

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/hash-function-transition.txt