Commit e203eba
docs: Fix nested list syntax in container-building
In reStructuredText markup, nested lists are created by aligning the
bullet/enumerator with the left edge of the text in the list item above
it. For [enumerated lists][0], that means an indent of at least **3
spaces** is required, otherwise the indent is treated as a [block
quote][1].
This PR fixes the indentation of emphemeral container steps in the
`zbm-builder.sh` behavior description in
`docs/general/container-building.rst`, which removes the (presumably)
unintended block quote.
[0]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#enumerated-lists
[1]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#block-quotes1 parent 53dbf88 commit e203eba
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments