RFR: 8318693: Fix rendering for code blocks nested under list items in building.md
Zixian Cai
zcai at openjdk.org
Tue Oct 24 02:56:53 UTC 2023
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

-------------
Commit messages:
- Remove trailing whitespace
- Fix rendering for code blocks nested under list item in building.md
Changes: https://git.openjdk.org/jdk/pull/16332/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16332&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8318693
Stats: 83 lines in 2 files changed: 39 ins; 5 del; 39 mod
Patch: https://git.openjdk.org/jdk/pull/16332.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16332/head:pull/16332
PR: https://git.openjdk.org/jdk/pull/16332
More information about the build-dev
mailing list