mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
docs: remove broken gfm alert (#16902)
It looks like GFM does not respect the `![]` alert syntax (and any other alert type) when it's enclosed within a div. This is true for both the coder.com GFM renderer, and GitHub's (though I assume they're the same internally). When the section is surrounded by a `<div class="tabs">`:  When it's not:  In our case, we really want the tabs, and the alert block is less important, so we'll downgrade it to a regular quote. cc @aqandrew for visibility, in case you're aware of a workaround.
This commit is contained in:
@ -34,7 +34,6 @@ You can install Coder Desktop on macOS or Windows.
|
||||
|
||||
1. Continue to the [configuration section](#configure).
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Do not install more than one copy of Coder Desktop.
|
||||
>
|
||||
> To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`.
|
||||
|
Reference in New Issue
Block a user