nvm
nvm copied to clipboard
README Git Install instruction list rendered incorrectly
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:

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.

Would the additional 2 spaces be fine?
Yes, that'd be fine, thank you.