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
This commit is contained in:
Yuxuan 'fishy' Wang
2013-11-15 11:47:46 -08:00
parent 4e8a96f708
commit d85b687536
54 changed files with 370 additions and 185 deletions

View File

@@ -7,7 +7,7 @@ gerrit create-project - Create a new hosted project
SYNOPSIS
--------
[verse]
--
'ssh' -p <port> <host> 'gerrit create-project'
[--owner <GROUP> ... | -o <GROUP> ...]
[--parent <NAME> | -p <NAME> ]
@@ -23,6 +23,7 @@ SYNOPSIS
[--empty-commit]
[--max-object-size-limit <N>]
{ <NAME> | --name <NAME> }
--
DESCRIPTION
-----------