Bypass the rendering differences in AsciiDoctor. AsciiDoctor have different understanding of [verse] with asciidoc, causing some rendering differences. To get similar result with asciidoc, we use something else instead of [verse] now. Screenshots: before: http://imgur.com/JKMdBiv after: http://imgur.com/yFVvVac Change-Id: I14e84f0e998e1e87b633681e8028ad657bde07e4
diff --git a/Documentation/cmd-plugin-ls.txt b/Documentation/cmd-plugin-ls.txt index 5e651b7..fe7b6b2 100644 --- a/Documentation/cmd-plugin-ls.txt +++ b/Documentation/cmd-plugin-ls.txt
@@ -7,10 +7,11 @@ SYNOPSIS -------- -[verse] +-- 'ssh' -p <port> <host> 'gerrit plugin ls' [--all | -a] [--format {text | json | json_compact}] +-- DESCRIPTION -----------