Recast key docs to be much clearer and more accurate (#2540)

* Recast key docs to be much clearer and more accurate [skip ci]

Also, fix a couple broken hash links I noticed while making this.

* Ensure `diff` blocks are highlighted correctly
This commit is contained in:
Isiah Meadows 2019-10-11 04:29:11 -04:00 committed by GitHub
parent d4551f49f5
commit 512eef378e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 505 additions and 193 deletions

View file

@ -393,7 +393,7 @@ m.render(document.body, userInputs(users))
Having a key means that if the `users` array is shuffled and the view is re-rendered, the inputs will be shuffled in the exact same order, so as to maintain correct focus and DOM state.
To learn more about keys, [see the keys page](keys.md)
To learn more about keys, [see the keys page](keys.md).
---