docs: Add tweaks to the REPL page (#18000)

Just capitalizing some things, making sure URLs are clickable links, and
using the note blockquote callout when appropriate.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-09-18 12:34:39 +02:00 committed by GitHub
parent aae26ee33d
commit f68f4ab982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View file

@ -140,19 +140,19 @@ Ruby LSP uses pull-based diagnostics which Zed doesn't support yet. We can tell
{
"languages": {
"Ruby": {
"language_servers": ["ruby-lsp", "!solargraph", "..."],
},
"language_servers": ["ruby-lsp", "!solargraph", "..."]
}
},
"lsp": {
"ruby-lsp": {
"initialization_options": {
"enabledFeatures": {
// This disables diagnostics
"diagnostics": false,
},
},
},
},
"diagnostics": false
}
}
}
}
}
```