Browse code

Fix incorrect markdown rendering

The docker document site [1] rendered the list of plugin implements
incorrectly.

[1]: https://docs.docker.com/engine/extend/plugin_api

Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>

Yi EungJun authored on 2016/04/06 15:37:49
Showing 1 changed files
... ...
@@ -169,9 +169,10 @@ Responds with a list of Docker subsystems which this plugin implements.
169 169
 After activation, the plugin will then be sent events from this subsystem.
170 170
 
171 171
 Possible values are:
172
- - [`authz`](plugins_authorization.md)
173
- - [`NetworkDriver`](plugins_network.md)
174
- - [`VolumeDriver`](plugins_volume.md)
172
+
173
+* [`authz`](plugins_authorization.md)
174
+* [`NetworkDriver`](plugins_network.md)
175
+* [`VolumeDriver`](plugins_volume.md)
175 176
 
176 177
 
177 178
 ## Plugin retries