RFR: 8318693: Fix rendering for code blocks nested under list items in building.md
Erik Joelsson
erikj at openjdk.org
Tue Oct 24 12:36:35 UTC 2023
On Tue, 24 Oct 2023 02:45:41 GMT, Zixian Cai <zcai at openjdk.org> wrote:
> Currently, code blocks under list items are rendered in a single line, which is difficult to read and copy.
> For example, see below from https://htmlpreview.github.io/?https://raw.githubusercontent.com/openjdk/jdk/master/doc/building.html#building-for-risc-v
> 
>
> After fix
> 
That does indeed look much better.
-------------
Marked as reviewed by erikj (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16332#pullrequestreview-1694726694
More information about the build-dev
mailing list