website: Correct formatting for lists in dependency lock docs

I originally drafted these docs in a context where I was relying on
GitHub's Markdown renderer, and carelessly imported them into the
Terraform website without verifying that the website's Markdown renderer
could process it. This particular quirk has bitten us before: the website
Markdown parser expects follow-on paragraphs in a list item to be indented
at least four spaces, and with less than that it ignores the leading
whitespace altogether and just understands a normal paragraph.

This change will cause the follow-on paragraphs to now correctly render
as part of the bullet points they are intended to be attached to.
This commit is contained in:
Martin Atkins 2020-12-03 08:39:44 -08:00
parent 9935138e1c
commit 323cd4364b
2 changed files with 39 additions and 39 deletions