Browse code

Empty Line should fix Markdown unordered list

Without the line break the list would render as one single paragraph.

Richard Metzler authored on 2014/11/24 07:57:43
Showing 1 changed files
... ...
@@ -524,6 +524,7 @@ Start the container `id`
524 524
         HTTP/1.1 204 No Content
525 525
 
526 526
 Json Parameters:
527
+
527 528
 -   **Binds** – A list of volume bindings for this container.  Each volume
528 529
         binding is a string of the form `container_path` (to create a new
529 530
         volume for the container), `host_path:container_path` (to bind-mount