Переглянути джерело

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

Fix incorrect markdown rendering
Sebastiaan van Stijn 9 роки тому
батько
коміт
636e7760e2
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.
 
 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