Skip to content

Add new lines around lists for renderer

Evan Read requested to merge docs/fix-lists-surrounded-by-new-lines into master

What does this MR do?

Our HTML renderer for docs needs lists to be surrounded by new lines, otherwise the lists break.

For example: https://docs.gitlab.com/runner/install/windows.html (top of page).

This fixes all instances of that.

Merge request reports