On Wed, 11 Nov 2020 11:54:27 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
>> doc/building.md line 1107: >> >>> 1105: * Make sure the symlinks inside the newly created chroot point to >>> proper locations: >>> 1106: >>> 1107: ``` >> >> I think it is important that you do not have an empty line between the >> bullet line and the code block, to get nicely formatted html. I know >> markdown is typically fiddly in such cases, and I notice that this is how >> the other bullets are written. > > Right! Fixed that. Well, and `make update-build-docs` made no changes after this, so I guess pandoc did not care. Maybe it is missing indents... ------------- PR: https://git.openjdk.java.net/jdk/pull/1160