Merge pull request #21787 from npcode/fix-docs-plugin-api-markdown

Fix incorrect markdown rendering
This commit is contained in:
Sebastiaan van Stijn 2016-04-06 10:18:11 -07:00
Родитель 3d800dc019 4a698c9c43
Коммит 636e7760e2
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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.
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