浏览代码

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>
(cherry picked from commit 4a698c9c43804df1d6096e09ff682477efae3431)
Yi EungJun 9 年之前
父节点
当前提交
9e62a2aad2
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      docs/extend/plugin_api.md

+ 4 - 3
docs/extend/plugin_api.md

@@ -169,9 +169,10 @@ Responds with a list of Docker subsystems which this plugin implements.
 After activation, the plugin will then be sent events from this subsystem.
 After activation, the plugin will then be sent events from this subsystem.
 
 
 Possible values are:
 Possible values are:
- - [`authz`](plugins_authorization.md)
- - [`NetworkDriver`](plugins_network.md)
- - [`VolumeDriver`](plugins_volume.md)
+
+* [`authz`](plugins_authorization.md)
+* [`NetworkDriver`](plugins_network.md)
+* [`VolumeDriver`](plugins_volume.md)
 
 
 
 
 ## Plugin retries
 ## Plugin retries