Hugo: Fix lists (#8511)

Fix display of lists, add empty lines before them so that hugo formats
them correctly as lists and not as paragraphs.
This commit is contained in:
Andreas Jaeger
2018-05-16 08:22:29 +02:00
committed by k8s-ci-robot
parent c2f73e5862
commit ed3fc99154
2 changed files with 7 additions and 0 deletions
@@ -219,6 +219,7 @@ endpoints. You can switch to the new reconciler by adding the flag
{{< feature-state state="alpha" >}}
If you want to know more, you can check the following resources:
- [issue kubernetes/kubernetes#22609](https://github.com/kubernetes/kubernetes/issues/22609),
which gives additional context
- [master/reconcilers/mastercount.go](https://github.com/kubernetes/kubernetes/blob/dd9981d038012c120525c9e6df98b3beb3ef19e1/pkg/master/reconcilers/mastercount.go#L63),