nvm icon indicating copy to clipboard operation
nvm copied to clipboard

README Git Install instruction list rendered incorrectly

Open SnipUndercover opened this issue 3 years ago • 1 comments

When navigating to the Git Install section of the README, the list of instructions is being split and rendered as two separate lists despite the two-space indent in the unordered sublist, causing the index to reset:

image

For whatever reason Markdown thinks the unordered list is not a child of an ordered list unless it has more than 2 indent spaces. Adding another two indent whitespaces would fix the issue, but it would also break consistency, as described in CONTRIBUTING guidelines.

image

Would the additional 2 spaces be fine?

SnipUndercover avatar May 25 '22 21:05 SnipUndercover

Yes, that'd be fine, thank you.

ljharb avatar May 25 '22 22:05 ljharb