fix literal block markup for blocks within bullet lists

Change-Id: I65fb3b69dd71bd5904ae99db6ae4761f3ffa2b90
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-01-16 14:19:10 -05:00
parent 4734e6caa4
commit 4f26837b8e
1 changed files with 12 additions and 6 deletions

View File

@ -111,18 +111,24 @@ Installing the Javascript-based web client
3. Do **one** of the following that applies to you.
a. Run a local development server, which uses the localhost API::
a. Run a local development server, which uses the localhost API.
tox -egrunt_no_api -- serve
::
tox -egrunt_no_api -- serve
b. Run a local development server, which binds to a specific IP and
consumes the localhost API::
consumes the localhost API.
tox -egrunt_no_api -- serve --hostname 0.0.0.0
::
c. Run a local development server, which uses the production API::
tox -egrunt_no_api -- serve --hostname 0.0.0.0
tox -egrunt_no_api -- serve:prod
c. Run a local development server, which uses the production API.
::
tox -egrunt_no_api -- serve:prod
Make user an admin - current bug