Fix formatting problem in buck documentation

The bullet list for API artifact repository types was not being
rendered correctly due to a missing blank line.

Also, add backticks around the version numbers in the list.

Change-Id: I58d8845acde464d223e7838160be8d222e059f2b
This commit is contained in:
David Pursehouse 2014-03-12 14:17:40 +09:00
parent e9803abd78
commit a02e1977a0

View File

@ -155,8 +155,9 @@ Deploy {extension,plugin}-api to the remote maven repository
---- ----
The type of the repo is induced from the Gerrit version name, i.e. The type of the repo is induced from the Gerrit version name, i.e.
* 2.8-SNAPSHOT: snapshot repo
* 2.8: release repo * `2.8-SNAPSHOT`: snapshot repo
* `2.8`: release repo
Plugins Plugins
~~~~~~~ ~~~~~~~