docs: Use plain quotes for callouts (#9499)
This PR adjusts our docs to use plain Markdown quotes for callouts. This Markdown gets rendered in a number of different locations: - GitHub - zed.dev - mdBook As such, we should use Markdown that is supported by all three. Release Notes: - N/A
This commit is contained in:
@@ -19,9 +19,7 @@ brew install elixir-ls
|
||||
|
||||
3. Restart Zed
|
||||
|
||||
{% hint style="warning" %}
|
||||
If `elixir-ls` is not running in an elixir project, check the error log via the command palette action `zed: open log`. If you find an error message mentioning: `invalid LSP message header "Shall I install Hex? (if running non-interactively, use \"mix local.hex --force\") [Yn]`, you might need to install [`Hex`](https://hex.pm). You run `elixir-ls` from the command line and accept the prompt to install `Hex`.
|
||||
{% endhint %}
|
||||
> If `elixir-ls` is not running in an elixir project, check the error log via the command palette action `zed: open log`. If you find an error message mentioning: `invalid LSP message header "Shall I install Hex? (if running non-interactively, use \"mix local.hex --force\") [Yn]`, you might need to install [`Hex`](https://hex.pm). You run `elixir-ls` from the command line and accept the prompt to install `Hex`.
|
||||
|
||||
### Formatting with Mix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user