Browse code

Fix indenting in table of contents

Fixes #30841. The "filter" section had the wrong header size, which
caused sections following it to have the wrong indentation in the
right-side table of contents.

Signed-off-by: Greg Pflaum <gpflaum@users.noreply.github.com>

Greg Pflaum authored on 2017/03/23 11:48:34
Showing 1 changed files
... ...
@@ -40,7 +40,7 @@ docker 1.9, but kept around for backward compatibility.
40 40
 Refer to [#17538](https://github.com/docker/docker/pull/17538) for further
41 41
 information.
42 42
 
43
-## `filter` param for `/images/json` endpoint
43
+### `filter` param for `/images/json` endpoint
44 44
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
45 45
 
46 46
 **Target For Removal In Release: v17.12**